├── ActorNetwork.py ├── CriticNetwork.py ├── OU.py ├── README.md ├── ReplayBuffer.py ├── actormodel.json ├── autostart.sh ├── criticmodel.json ├── ddpg.py ├── fast.gif ├── gym_torcs.py ├── makeitfast.sh ├── report.pdf └── snakeoil3_gym.py /ActorNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/ActorNetwork.py -------------------------------------------------------------------------------- /CriticNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/CriticNetwork.py -------------------------------------------------------------------------------- /OU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/OU.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/README.md -------------------------------------------------------------------------------- /ReplayBuffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/ReplayBuffer.py -------------------------------------------------------------------------------- /actormodel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/actormodel.json -------------------------------------------------------------------------------- /autostart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/autostart.sh -------------------------------------------------------------------------------- /criticmodel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/criticmodel.json -------------------------------------------------------------------------------- /ddpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/ddpg.py -------------------------------------------------------------------------------- /fast.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/fast.gif -------------------------------------------------------------------------------- /gym_torcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/gym_torcs.py -------------------------------------------------------------------------------- /makeitfast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/makeitfast.sh -------------------------------------------------------------------------------- /report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/report.pdf -------------------------------------------------------------------------------- /snakeoil3_gym.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhanuvikasr/Deep-RL-TORCS/HEAD/snakeoil3_gym.py --------------------------------------------------------------------------------