Jordan Terry

Results 125 comments of Jordan Terry

If you look at fabians branch, you can see its both a fork of aneeshas and that her PyPi has transferred to his repo. pip install python-rake and you can...

hey, just a friendly reminder that this exists.

Any new progress towards the next release?

- There's minimize/maximize flags in optuna, the - in -test_ppo isn't necessary - Why are you using the `args` logic in your code snippet? That's not standard from all the...

Here's an example simplification of using SB3 with Optuna: https://github.com/araffin/rl-handson-rlvs21/blob/main/optuna/sb3_simple.py

You guys might want to take a look at this: https://github.com/PettingZoo-Team/PettingZoo

Could I offer a thought? You might want to consider using the PettingZoo parallel API (it has two). The parallel API isn't significantly different what I understand you're proposing your...

Sure we can do that! It'll probably take a few weeks though

Also I tried looking with grep for awhile and the only place where the debug mode is even used is here https://github.com/DLR-RM/stable-baselines3/blob/cdaa9ab418aec18f41c7e8e12e0ad28f238553eb/stable_baselines3/common/save_util.py#L269 unless I'm missing something?