openai / gym

A toolkit for developing and comparing reinforcement learning algorithms.
https://www.gymlibrary.dev
Other
34.46k stars 8.59k forks source link

How to submit scores to Leaderboard? #2066

Closed Yonv1943 closed 3 years ago

Yonv1943 commented 3 years ago

How to submit the scores directly to gym.openai.com/envs?

I solved BipedalWalkerHardCore-v2 after 3883 Episodes. It gets average reward of 313 over 128 consecutive trials. I want to submit this scores to the following website (gym Leaderboard). But I don't know how to do. Can you help me?

User Episodes before solve 100-Episode Average Score Write-up Video
liu N/A 319 (average of 10000 trials) writeup
DollarAkshay N/A N/A writeup
ryogrid N/A N/A writeup
dgriff777 N/A 300 writeup video
lerrytang and hardmaru N/A 300 writeup video
hardmaru N/A 313 ± 53 writeup video
I want to add this line: User Episodes before solve 100-Episode Average Score Write-up Video
Yonv1943 3883 313 (average of 128 trials) writeup video

InterSAC_BipedalWalkerHardcore_310 InterSAC_BipedalWalkerHardcore_313


By the way, I suggest to compare the "total training step before solve" instead of "total training episodes before solve".

yashaslokesh commented 3 years ago

Some info here: https://github.com/openai/gym/wiki/Leaderboard It looks like this wiki is being used over the website now.

Yonv1943 commented 3 years ago

I will close this issue. Your answer helped me. Thank you.