-
### ❓ Question
there are two blocks of testing structure below, i don't know which way should be the very right way of LSTM testing, because LSTM network would not present the fatal error while the…
-
### ❓ Question
I am attempting to use recurrent policies as follows:
```python
net_arch = [
{'activation_fn': th.nn.ReLU, 'pi': [32, 32, 32, 32], 'vf': [33, 32, 32, 32]}, #dummy valu…
-
I am using the following libraries:
stable-balines3 0.11.1
tensorboard 2.5.0
tensorflow 2.11.1
When I try to run the following code:
`tensorboard_log_path='./baselines/logs`
`boundary = Monito…
-
Hey there,
When I try to run the jumper hard example with stable baselines in godot 3.5.
`gdrl --env_path .\envs\builds\JumperHard\jumper_hard.exe --config_file .\envs\configs\ppo_config_jumper_h…
-
## Steps to Reproduce
1. In your project folder, do `cd android ` and then `gradlew build`
**Expected results:**
Successful build
**Actual results:**
Build fails
P.S. - I don't want …
-
Hello,
I can't launch the GAIL example on my Anaconda on Windows 10.
I installed the Windows MPI, try setting n_workers to 0 but I can't get rid of this error...
Has anyone succeed in using an s…
-
### ❓ Question
I want to use PPO and A2C with a custom LSTM and transformer network. PPO only have native support for "MlpPolicy" "CnnPolicy" and "MultiInputPolicy". Can I still use "MlpPolicy" but s…
-
The full list of available packages (with the DockerFile) and a simple script to install everything will be detailed in the next messages.
The docker image (as of writing) if `l2rpn.idf.2023.1` tha…
-
### ❓ Question
Hi, experts,
I am trying to use stable_baselines to implement A2C on a ur5e robotic arm in ROS.
after the code comes to "model.learn", it stopped.
I have no idea what is go…
-
### 🐛 Bug
Both my action and observation spaces are Dicts and check_env is giving an error.
I have also used FlattenObservation as I am using spaces.Dict for observation space and I am unsure abou…