rl-baselines3-zoo icon indicating copy to clipboard operation
rl-baselines3-zoo copied to clipboard

[Feature Request] Update PPO Swimmer-v3 model

Open araffin opened this issue 2 years ago • 3 comments

🚀 Feature

Current PPO trained agent (on huggingface hub) is using outdated hyperparams (since https://github.com/DLR-RM/rl-baselines3-zoo/pull/335).

A new agent need to be re-trained and pushed (and probably need to update the openrl benchmark).

Motivation

No response

Pitch

No response

Alternatives

No response

Additional context

No response

Checklist

  • [X] I have checked that there is no similar issue in the repo

araffin avatar Jan 12 '23 13:01 araffin

Hi, I've trained a PPO agent on Swimmerv3 with latest version and hyperparams. The model can be found here: https://huggingface.co/croumegous/ppo-Swimmer-v3 However, I can't push it to sb3 organization.

(I'm also currently training agent to push them on openrlbenchmark)

croumegous avatar Jan 17 '23 08:01 croumegous

The model can be found here:

merci =)

I will transfer it (and I need to update benchmark.md too)

araffin avatar Jan 17 '23 09:01 araffin

I'm getting a TypeError: __randomstate_ctor() takes from 0 to 1 positional arguments but 2 were given when trying to load your model with python 3.7 and numpy 1.21. I guess it comes from the numpy version (numpy 1.24 and python 3.9 in your case). I will try later with an updated env.

araffin avatar Jan 23 '23 14:01 araffin