Skip to content

YYan99/Torcs_PyTorch

Repository files navigation

Using PyTorch and DRL to play Torcs

This code is developed based on DDPG_Torcs (https://github.com/yanpanlau/DDPG-Keras-Torcs), Gym-Torcs (https://raw.githubusercontent.com/ugo-nama-kun/gym_torcs) and DDPG_Torcs_PyTorch (https://github.com/jastfkjg/DDPG_Torcs_PyTorch).

The detailed explanation of original TORCS for AI research is given by Daniele Loiacono et al. (https://arxiv.org/pdf/1304.1672.pdf)

Requirements

How to Run?

git clone https://github.com/YYan99/Torcs_PyTorch.git
cd Torcs_PyTorch
python test_DDPG.py 
python test_PPO.py
python test_SAC.py
python test_TD3.py
python test_LSTM_TD3.py # LSTM_TD3
python test_TD3P.py # TAD3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors