stable-baselines Questions
1
I took multiprocessing example for Stable Baselines 3 and everything was fine.
https://colab.research.google.com/github/Stable-Baselines-Team/rl-colab-notebooks/blob/sb3/multiprocessing_rl.ipynb#sc...
Miche asked 29/4, 2022 at 13:56
1
Solved
I am trying to implement SAC with a custom environment in Stable Baselines3 and I keep getting the error in the title. The error occurs with any off policy algorithm not just SAC.
Traceback:
File &...
Trafalgar asked 27/10, 2022 at 23:13
3
Solved
How can I add the rewards to tensorboard logging in Stable Baselines3 using a custom environment?
I have this learning code
model = PPO(
"MlpPolicy", env,
learning_rate=1e-4,
policy_kw...
Famous asked 14/9, 2021 at 16:23
3
I am trying to run stable baselines on sports games but keep getting the following error
Traceback (most recent call last):
File "/home/dev/Desktop/Projects/AI/NBA2/stable_baselines_run.py&qu...
Cheetah asked 18/8, 2021 at 3:30
2
I am trying to make a PPO model using the stable-baselines3 library. I want to use a policy network with an LSTM layer in it. However, I can't find such a possibility on the library's website altho...
Isotron asked 27/12, 2021 at 16:26
2
I am just getting started self-studying reinforcement-learning with stable-baselines 3. My long-term goal is to train an agent to play a specific turn-based boardgame. Currently I am quite overwhel...
Hypabyssal asked 1/3, 2021 at 19:19
3
So I recently got back into machine learning, and decided to start the Kaggle course for "ConnectX" (https://www.kaggle.com/learn/intro-to-game-ai-and-reinforcement-learning). I am trying...
Accursed asked 5/7, 2020 at 0:6
1
I am trying to apply the PPO algorithm from the stable baselines3 library https://stable-baselines3.readthedocs.io/en/master/ to a custom environment I made.
One thing I don't understand is the fol...
Machos asked 3/3, 2021 at 10:57
1
Solved
Update: This is a bug in tensorflow. Track progress here.
I have created and trained a model using stable-baselines, which uses Tensorflow 1.
Now I need to use this trained model in an environment ...
Fourscore asked 30/8, 2020 at 11:6
1
It says: Stable-Baselines supports Tensorflow versions from 1.8.0 to 1.15.0, and does not work on Tensorflow versions 2.0.0 and above.
So I tried to install "sudo pip3 install tensorflow==1.15.0"
...
Defective asked 27/5, 2020 at 11:53
1
© 2022 - 2024 — McMap. All rights reserved.