Open Tomas0413 opened 6 years ago
Hi , @Tomas0413 . I'm sorry I did not have Readme with enough information. I used python 3.5, tensorflow 1.0.0, Keras 2.0.3 . Also, only a2c_continuous.py would work. a3c_continous.py is on progress.
Thanks
@Hyeokreal thanks for a quick answer! I'll keep an eye on a3c_continous.py then!
I liked your code which I think you maintain together with few more people on: https://github.com/rlcode/reinforcement-learning
I tried to find a good and working example of A3C for continuous action space that also uses Keras. I didn't find one yet, yours was close!
However today I found this: https://github.com/tensorlayer/tensorlayer/blob/master/example/tutorial_bipedalwalker_a3c_continuous_action.py from TensorLayer (https://github.com/tensorlayer/tensorlayer).
What's your opinion of TensorLayer?
@Hyeokreal which Tensorflow and Keras version do yo use?
I tried running a3c_continuous.py, but I get these errors:
This is my environment: