peterzcc / Arena

0 stars 1 forks source link

An available reinforcement learning framework for reference #8

Closed flyers closed 6 years ago

flyers commented 8 years ago

I found an available open source reinforcement learning framework here https://github.com/rllab/rllab We can take it as a reference when implementing some RL algorithms. Also, the relevant paper can be found here http://arxiv.org/abs/1604.06778

sxjscience commented 8 years ago

This is really helpful. We can replicate the RL algorithms mentioned in the paper and experiment parallel + distributed settings.

sxjscience commented 8 years ago

We need to compare the speed between Arena and other reinforcement learning toolboxes, e.g.

Following are some optimizations we can do