rl-baselines3-zoo icon indicating copy to clipboard operation
rl-baselines3-zoo copied to clipboard

A training framework for Stable Baselines3 reinforcement learning agents, with hyperparameter optimization and pre-trained agents included.

Results 86 rl-baselines3-zoo issues
Sort by recently updated
recently updated
newest added

## Description The latest version of rl-baselines3-zoo is 2.3.0, but the tag on docker is still 2.2.0a1 - this updates build_docker.sh so it tags it correctly. ## Motivation and Context...

### 🐛 Bug The latest tag available on docker is still 2.2.0a2, even though rl-baselines3-zoo is now 2.3.0. This is because the VERSION in `build_docker.sh` has not been updated. ###...

bug

### ❓ Question Hello, The "info" return from my custom env will cover the partial rewards. I would like to render them on tensor board. Is there any way to...

question

### ❓ Question Hi, I’ve been adapting your code for PPO hyperparameter optimization for my custom environment and I have a question regarding the evaluation metric used. In exp_manager.py, on...

duplicate
question

### 🐛 Bug i am trying to attach an external localization device but it turns out that the port for both the device and the --algo is the same so...

bug
more information needed
check the checklist

### 📚 Documentation I obtained optimal hyperparameters for training CartPole-v1 from [RLZoo3][1]. I have created a minimal example demonstrating the performance of my CartPole agent. As oer the official [docs][2],...

documentation