You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am currently running some RL experiments. The charts shown for certain important metrics (ie mean episodic returns, success rates) are currently plotted as if they are exactly the same. The data is also logged via print statements and I can confirm that they are not the same. For example here is the mean episodic return at step 677500:
Current Behavior
Hi! I am currently running some RL experiments. The charts shown for certain important metrics (ie mean episodic returns, success rates) are currently plotted as if they are exactly the same. The data is also logged via print statements and I can confirm that they are not the same. For example here is the mean episodic return at step 677500:
Seed 1: global_step=677500, mean_episodic_return=4830.2783203125
Seed 2: global_step=677500, mean_episodic_return=4825.92041015625
But the charts report the returns as the same:
Expected Behavior
No response
Steps To Reproduce
No response
Screenshots
No response
Environment
OS: Linux Server 20.0
Browsers: Firefox 123.0
Version: W&B 0.16.3
Additional Context
No response
The text was updated successfully, but these errors were encountered: