├── .gitignore ├── README.md ├── autostart.sh ├── dagger.py ├── gym_torcs.py └── snakeoil3_gym.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zsdonghao/Imitation-Learning-Dagger-Torcs/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zsdonghao/Imitation-Learning-Dagger-Torcs/HEAD/README.md -------------------------------------------------------------------------------- /autostart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zsdonghao/Imitation-Learning-Dagger-Torcs/HEAD/autostart.sh -------------------------------------------------------------------------------- /dagger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zsdonghao/Imitation-Learning-Dagger-Torcs/HEAD/dagger.py -------------------------------------------------------------------------------- /gym_torcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zsdonghao/Imitation-Learning-Dagger-Torcs/HEAD/gym_torcs.py -------------------------------------------------------------------------------- /snakeoil3_gym.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zsdonghao/Imitation-Learning-Dagger-Torcs/HEAD/snakeoil3_gym.py --------------------------------------------------------------------------------