All Questions
Tagged with stablebaseline3 gymnasium
2 questions
0
votes
0
answers
32
views
Replay buffer in StableBaselines3 for a Gymnasium environment
I'm creating a customized replay buffer class based on ReplayBuffer from stable_baselines3.common.buffers, using a gymnasium environment instead of the gym environment.
The return value of the env....
0
votes
0
answers
59
views
Multiprocess environement with stablebaseline3 SubprocVecEnv
I have a working (complex) Gymnasium environment that needs two processes to work properly, and I want to train an agent to accomplish some task in this environment.
To train the agent, I would like ...