eleurent / rl-agents

Implementations of Reinforcement Learning and Planning algorithms
MIT License
582 stars 152 forks source link

Analyze.py file missing? #93

Open Davinho10 opened 1 year ago

Davinho10 commented 1 year ago

First of all thank you for the amazing work but how do I run the analyze.py file which is supposed to be in the scripts folder?

eleurent commented 1 year ago

Hi, sorry I should really update the instruction. The analyze.py script is deprecated (I only used it to plot the rewards / episode length stats etc), you should use tensorboard instead, which is more convenient and broadly used.