No data available for logs/ppo\RobotReach-v1_1 No handles with labels found to put in legend.
See original GitHub issueHello, I have trained my RobotReach using PPO, and the success rate is 1,it is saved in logs, but when I run
python scripts/plot_train.py -a ppo -e RobotReach -y success -f logs/
,i got no thing but:
No data available for logs/ppo\RobotReach-v1_1 No handles with labels found to put in legend.
What’s wrong? thanks.
Issue Analytics
- State:
- Created a year ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
no handles with labels found to put in legend - Statology
This tutorial explains how to fix the following error in Matplotlib in Python: no handles with labels found to put in legend.
Read more >No handles with labels found to put in legend - Stack Overflow
This returns the following error: No handles with labels found to put in legend. I'm not sure why, because, based on the documentation...
Read more >No handles with labels found to put in legend : Matplotlib ...
No handles with labels found to put in legend warning occurs in Matplotlib when we call legend() function without labels and their respective...
Read more >No Handles With Labels Found to Put in Legend | Delft Stack
This article demonstrates how we can solve the warning (No handles with labels found to put in legend) when trying to plot something...
Read more >"No handles with labels found to put in legend" issue #60
Hi all i just read the chapter 1 and ready to code a little bit. after cloned the repo, i run a few...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try with
so, the correct one is:
This is the key that your environment must set in the info dict.
Thanks @qgallouedec , my example was wrong, but the code linked was right 😉