-
I am trying to reproduce the results of continuous environment, but the results are poor. Could you please give more details about the results? For example, what is the result when we run "python main…
-
### Description
I would like to use as much of my server's resources as possible.
I want to train more than 64 Jax programs simultaneously using Jax on eight GPUs. This is a very general need I be…
-
### 🐛 Bug
I am having issues in SB3 with a CustomFeatureExtractor for a Dict observation space that is making my GPU memory explode. The observation space is composed of a single channel image (…
-
Excuse me
After I have trained the model, do I need to save the file at the end?
I'm a ros beginner, if I want to apply it to the real device and environment, how can I do it, I have pioneer 3dx and…
-
### 🐛 Bug
Not to forget: despite a warning from the env checker, SB3 SAC throws a not so nice error when using action of type float64.
We should either fix the bug with casting, move the model t…
-
### 🐛 Bug
I'm using the Proximal Policy Optimization (PPO) algorithm to train an agent in an OpenAI gym environment for trading. After training the agent and saving it, I reload it and run simulati…
-
Hello,
I attempted to run SAC from the example experiment provided at https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/blob/v0.10.1/src/ReinforcementLearningExperiments/deps/e…
-
Thank you very much, I installed the process from the source code at the end of the first process during the trial installation:
python setup.py develop prompts an error error: docutils 0.16 is insta…
-
### 🐛 Bug
When using tensorboard integration with SAC no data are written on the events file.
The model training is done without problem and the metrics are correctly stored in `self.logger.name_to…
-
### ❓ Question
I have a general doubt ,so i will not be giving my env code just the minimal code of sb3.
1)I want to know whats the use of getting monitor wrapper when if i just use logger i can ge…