-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
blockedCan't be worked on for nowCan't be worked on for nowenhancementFeature that is not a new algorithm or an algorithm enhancementFeature that is not a new algorithm or an algorithm enhancement
Milestone
Description
- I have marked all applicable categories:
- exception-raising bug
- RL algorithm bug
- documentation request (i.e. "X is missing from the documentation.")
- new feature request
- I have visited the source website
- I have searched through the issue tracker for duplicates
- I have mentioned version numbers, operating system and environment, where applicable:
Based on this:
I wanted to have more metrics plotted for PPO. Specifically, these:
It would be helpful to have clip_fraction
, explained_variance
, and approx_kl
also logged for PPO agents. Thanks!
| train/ | |
| approx_kl | 0.037781604 |
| clip_fraction | 0.243 |
| clip_range | 0.2 |
| entropy_loss | -1.06 |
| explained_variance | 0.999 |
| learning_rate | 0.001 |
| loss | 0.245 |
| n_updates | 180 |
| policy_gradient_loss | -0.00398 |
| std | 0.205 |
| value_loss | 0.226 |
Metadata
Metadata
Assignees
Labels
blockedCan't be worked on for nowCan't be worked on for nowenhancementFeature that is not a new algorithm or an algorithm enhancementFeature that is not a new algorithm or an algorithm enhancement
Type
Projects
Status
To do