Jeff Gradner

Results 4 comments of Jeff Gradner

> hello, you are probably searching for the `--env-kwargs` argument? Hi there, no...I'm using `--env-kwargs` to pass arguments to the environment used in training. I'm wanting to use a validation...

> > to pass arguments to the environment used in training. I'm wanting to use a validation environment during training and am wondering either if I can pass arguments to...

> Here when optimizing hyperparameters: > > https://github.com/DLR-RM/rl-baselines3-zoo/blob/75afd65fa4a1f66814777d43bd14e4bba18d96db/utils/exp_manager.py#L632 > > and there otherwise : > > https://github.com/DLR-RM/rl-baselines3-zoo/blob/75afd65fa4a1f66814777d43bd14e4bba18d96db/utils/exp_manager.py#L42 I see now, it appears I'll have to fork and make some modifications....

It seems there is no current support for passing kwargs into a validation environment because the gym environments don't represent real-world environments. The state spaces can be generated when the...