kengz / SLM-Lab

Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
https://slm-lab.gitbook.io/slm-lab/
MIT License
1.23k stars 263 forks source link

Added Algorithms config files for VideoPinball-v0 game #488

Closed dd-iuonac closed 3 years ago

dd-iuonac commented 3 years ago

Added VideoPinball-v0 config file for Reinforce, Sarsa, DQN, DDQN, PPO, A2C, A3C.

dd-iuonac commented 3 years ago

@kengz you should take a look at this

kengz commented 3 years ago

Awesome, thanks for adding!