Simon Ramstedt

Results 8 comments of Simon Ramstedt

[logo1.drawio.zip](https://github.com/jgraph/drawio/files/7611120/logo1.drawio.zip) Attached is part of the diagram from above. Zooming in and out should look like in the video above. The effect is more pronounced when zooming further out

Hey, sorry for the late reply! The most important setting which was reward normalization is actually hardcoded into filter_env.py for Reacher-v1. The other hyperparameters etc. should be fine. Have you...

Hey, sry for the late reply. I never got Reacher-v1 to "solve" but it was close (like you can see in the gif in the readme). For my evaluations I...

Hey! The magnitude of the test return is weird. It seems like the gym is not enforcing the timestep limit for some reason. Do you get normal returns by manually...

Second that question. Also, how will time be handled in the competition? If it is "real-time" how do we deal with the fact that our controller that has potentially been...

Okay, cool, thanks. Having the hardware specs helps in the real-time case. It could still trip up the agent, in case the system needs to swap memory or the python...

Okay, that makes sense. https://github.com/saghul/txiki.js looks nice! It seems like you're aiming for Web Platform API compatibility. Amazon released https://github.com/awslabs/llrt which is also Quickjs-based but instead seems to aim more...

Oh really? I checked the link you sent and didn't see any deprecation notice. Super strange that it isn't defined. I suppose `CSIDL_LOCAL_APPDATA` would be better? No idea why Python...