Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jjkke88/RL_toolbox

reinfore learning tool box, contains trpo, a3c algorithm for continous action space
https://github.com/jjkke88/RL_toolbox

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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