Antonin RAFFIN
Antonin RAFFIN
I couldn't push to your branch, so I created one here: https://github.com/DLR-RM/rl-baselines3-zoo/tree/feat/multi-model-optimization...
@qgallouedec could you open a draft PR with this updated branch? (so we keep a trace of it)
thanks for the PR, overall LGTM =) i will do some quick tests (check that it doesn't affect results) when I'm back from holidays next week ;) (you can also...
*affect results too much (that the change in performance is unnoticable)
I did a quick check and change was as expected unnoticeable. See below, A2C on HalfCheetahBulletEnv-v0, same seed (so training stats are the same), I plotted the evaluation curve for...
@pchalasani did you check "allow edit from maintainers"? I cannot push to your branch....
weird, then could you give me access to your fork (at least temporary) so I can push the edits?
Hello, Have you tried running it using the docker image? I couldn't reproduce the error locally (and the github action seems to work too). Could you provide your config? My...
Hello, so that question was already asked in https://github.com/araffin/rl-baselines-zoo/issues/107 and https://github.com/DLR-RM/rl-baselines3-zoo/issues/53 I guess what you would like to access is the loading utils from `utils/` folder? (that is also in...
Hello, > would like to suggest adding this to the cli command too. how would you like it to be done? by passing an argument `--retry-failed-trial`? and what is your...