junhyeokahn / cs394-rl_project

Final project for CS394R: Implementation for D4PG Algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs394-rl_project

Final project for CS394R: Implementation for Distributed DDPG and D4PG Algorithm.

Code Explanation

Experiment Results

Pendulum-v0

LunarLanderContinuous-v2

BipedalWalker-v2

Run the Code Yourself

Install requirements

  • run pip install tensorflow or pip install tensorflow-gpu
  • run pip install -r requirements.txt

Training the agent with D4PG

  • run python train_eval.py

About

Final project for CS394R: Implementation for D4PG Algorithm.


Languages

Language:Python 100.0%