/rl-tf2

My own implementation of Reinforcement Learning algorithms using Tensorflow 2.0

Primary LanguagePythonMIT LicenseMIT

rl-tf2

My own implementation of Reinforcement Learning algorithms using Tensorflow 2.0.

To run it,

python main.py

Set configurations in config.yml.

TODO:

  • Implement DQN.
  • Add dependency list, maybe create a docker.