M. Ernestus

Results 89 comments of M. Ernestus

@magjack Would you provide the missing files once again? It would be great if I could replicate this issue so you guys don't have to resort to a custom logger...

Interestingly when trying to reproduce with seals/CartPole-v0 I get a lot of statistics but none of them is called `disc_logits`. I did not try with a retro env yet.

@feliperafael I tried running with the Airstriker-Genesis but I am getting out of memory errors. What environment did you use specifically?

I only ever looked ad PPO2 too. I will try to get back to you when I have some more time in a few days!

BTW: environment name normalization for gym_ids with this prefix should be fixed soonish: https://github.com/huggingface/huggingface_sb3/pull/32

Not right now. What imitation algorithms did you want to apply to the Humanoid environment?

I think this issue is required before we can address #587 and start a new take on #602. I reviewed the scripts and this are some points we should address:...

Good point, that each `Experiment` is actually an `Ingredient`. I will double-check where it makes sense to turn algorithms to ingredients. It would be pointless to have e.g. a `DAggerExperiment`...