rocket-learn icon indicating copy to clipboard operation
rocket-learn copied to clipboard

Results 21 rocket-learn issues
Sort by recently updated
recently updated
newest added

This PR changes the documentation file's extension to `md` and also make use of some markdown features like code blocks to make the documentation more readable. To see the results,...

Seems to work for me, I can save on both Linux and Windows now.

Hello, currently im training an bot using this repo and I've asked myself some questions to this time. Is learning with multiple instances more efficent than just one and how...

Traceback (most recent call last): File "D:\rocket-learn\examples\default\learner.py", line 129, in alg.run(iterations_per_save=100, save_dir="models") File "D:\rocket-learn\rocket_learn2\ppo.py", line 188, in run self.rollout_generator.update_parameters(self.agent.actor) File "D:\rocket-learn\rocket_learn2\rollout_generator\redis\redis_rollout_generator.py", line 324, in update_parameters self.redis.hset(CONTRIBUTORS, mapping=tot_contributors) File "C:\Users\lukas\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\redis\commands\core.py", line...

Update ppo.save to include iteration in "current" save file content. Fixes crash caused by attempting to continue from iteration `-1` when loading a current save file.

Warning: Gym version v0.24.0 has a number of critical issues with `gym.make` such that the `reset` and `step` functions are called before returning the environment. It is recommend to downgrading...

Warning: Gym version v0.24.0 has a number of critical issues with `gym.make` such that the `reset` and `step` functions are called before returning the environment. It is recommend to downgrading...

pygame 2.3.0 (SDL 2.24.2, Python 3.8.6) Hello from the pygame community. https://www.pygame.org/contribute.html Problem Detected. Killing Worker... Traceback (most recent call last): File "worker.py", line 138, in main() File "worker.py", line...

Only pull this in if rlgym has accepted my companion PR to add the parameter (which is perhaps unlikely to occur, but I'll put this here in case it's helpful...