Skip to content

Instantly share code, notes, and snippets.

@camigord
camigord / READMe.md
Last active September 6, 2017 14:56
Solving MountainCarContinuous using DDPG

Solution to Continuous MountainCar and InvertedPendulum-v1 tasks

  • Solving the tasks using a TensorFlow implementation of DDPG.

  • All the code can be found in this repository.

  • Do not forget to set the environment name (env_name) to 'InvertedPendulum-v1' or 'MountainCarContinuous-v0' in the file parameters.py.

  • The provided results were obtained by running a single worker. To replicate the results run the following commands in two different consoles: