/Reinforcement_Learning

Code about RL with pytorch

Primary LanguagePythonMIT LicenseMIT

Reinforcement_Learning

Code about RL with pytorch

Train All and Test All

python main.py

Single Train

python -m <module>.train

python -m Gym.CartPole.A2C.train

Single Test

python -m <module>.test

python -m Gym.CartPole.A2C.test

Detail

https://zwindr.blogspot.com/2019/06/ml-reinforcement-learning.html

ToDo

  • Gym/Pong/DDPG
  • CustomEnv/Lottery