ShangtongZhang / DeepRL

Modularized Implementation of Deep RL Algorithms in PyTorch
MIT License
3.18k stars 682 forks source link

How to plot the result of OC? #81

Closed RushToNeverLand closed 4 years ago

RushToNeverLand commented 4 years ago

Sorry, I am a newbie in RL. I have run OptionCriticFeature in Cartpole environment. But I haven't seen similar files in named 'XXX.bin' file in 'plot_paper.py', could you give me some advice? Best Regards.

ShangtongZhang commented 4 years ago

You need to get the data for plotting by yourself as I don't have a cartpole plot in any of my paper.