jjkke88 / RL_toolbox

reinfore learning tool box, contains trpo, a3c algorithm for continous action space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RL_toolbox

all the algorithm is running on pycharm IDE, or the package loss error may exist.

implemented algorithm: trpo a3c

  • a3c:for continous action space, use multi processes, but saving model has not been implemented.
  • trpo:for continous and discrete action space

run

  • a3c:run a3c/a3c_continous.py in pycharm IDE
  • trpo:run experiment/trpo_continous.py in pycharm IDE

contain some useful reinforcement learning algorithm and relative tool

About

reinfore learning tool box, contains trpo, a3c algorithm for continous action space

License:MIT License


Languages

Language:Python 100.0%