-
Hello,
while trying to execute the related [RL project](https://github.com/prosysscience/RL-Job-Shop-Scheduling) in my development environment:
- Windows 10
- Python 3.9.7
- ray 1.12.0
- numpy …
-
## 🚀 Feature
It would be beneficial to split the `compiler_gym` package into multiple packages. Currently, everything is built and installed together with the core runtime stuff + the environments.…
-
Hi, I want to create a communicating environment. I read wiki and previous issues, however, it seems there is no configuration to enable communicating in src/macad_gym/envs/intersection/urban_signal_i…
-
When installing `lb-foraging` with certain versions of `gym`, the import hangs for a (very) long time.
Consider a simple script, `import_tests.py`:
```py
from time import time
start = time()
im…
-
```
Traceback (most recent call last):
File "scripts/ql_nav.py", line 63, in
observation = env.reset()
File "/home/linzhank/gym/gym/wrappers/monitor.py", line 37, in reset
self._befo…
-
## Motivation
It would be great to be able to use OpenSpiel's environments with TorchRL.
## Solution
Its `rl_environment` interface is basically identical to that of gym, so the integration sh…
-
This is more of a question than it is a specific bug issue.
When running the lunar landing example exactly as it is in the repo, the avg_r and avg_G learns very quickly and very well. However, the…
-
Hello,
First of all, I would like to congratulate you for this fantastic repo. I have a small doubt about running the simulation with several drones at the same time, in order to test some swarmin…
-
Please add some comments to the definition of the reinforcement learning models to understand, why they were designed like this.
Checklist
- [X] Modify `rl_gym_environments.py` ✓ https://github.co…
-
This happens in two cases:
1. Testing Locally A Custom player against a Random Player
2. Whenever the bot is playing ladder matches online.
Here's the error message:
```
024-03-22 18:12:03,353 …