carpedm20 / NAF-tensorflow

"Continuous Deep Q-Learning with Model-based Acceleration" in TensorFlow
MIT License
193 stars 59 forks source link

README plot question #4

Closed BarzinM closed 7 years ago

BarzinM commented 7 years ago

Hello, I was wondering what is the hyperparameter used for the blue line in the README plot (assets/Pendulum-v0_2016-07-15.png). Information for that plot line seems to be missing from the code block above it.

carpedm20 commented 7 years ago

I used the default hyperparameters to get README.md plot. Is there something wrong?

BarzinM commented 7 years ago

Nothing wrong. From the results section in the README file, I can see what hyperparameters were used to generate different plot lines (i.e dark green, light green, yellow, green). There is a blue/purple looking line in the plot that I'm not sure what hyper parameters were used to generate that. I would appreciate your help with this. Thanks,

carpedm20 commented 7 years ago

Oh, I see. So there is three green but no blue. Sorry but I don't remember which one but one of them should represent blue graph. I guess it's dark green or green which is

$ python main.py --env=Pendulum-v0 # dark green
$ python main.py --env=Pendulum-v0 --use_seperate_networks=True # green
BarzinM commented 7 years ago

Thank you