-
Hi
I'm setup a BLTouch in my homemade printer, but Im having problems when I add G0/1 Z0 to the Gcode Script. When I start printing it runs the G28 and G29 but after, this it was supposed run the G…
-
Hi,
I was wondering if you used any intrinsic rewards/exploration methods besides an entropy bonus for training agents in collaborative cooking environments? I am using A3C and I'm having trouble ge…
-
Hi all, I ran experiments on `collaborative_cooking_impassable_0` and the following is the evaluation result. It seems it has large variance. In your paper, the best result is 268 (shown below, you ca…
-
Hello everyone,
since i upgraded 2 of my printers to marling 1.1.0, they only output full degrees in serial (Repetier Host).
My Upgrade procedure is as follows:
1. update my git branch
2. resolv…
-
Dear Authors,
Prosocial agents perform well and I found there is not much text on training prosocial agents in the paper. In your paper,
> Since the prosocial agents were explicitly trained to…
-
Thanks for the project.
when i run 【ElegantRL/elegantrl_helloworld/MARL/eRL_demo_MADDPG.py】,there are some error:
File "eRL_demo_MADDPG.py", line 1465, in mpe_make_env
from multiagent.enviro…
-
![image](https://user-images.githubusercontent.com/57178872/161753469-f1a7230c-2046-45b0-966b-b755f1c09381.png)
![image](https://user-images.githubusercontent.com/57178872/161754117-c8fac754-1a07-49f…
-
Hi, it seems that the current repo does not fully comply with the standard gym API? E.g., if I create an env using `gym.make('Overcooked-v0')`, its action space will be None. Am I doing something wron…
-
Hi, I'm trying to run the PSRO algorithm with the quick start example on (PSRO PPO with `leduc_holdem.env`). I get the following errors:
```pytb
2022-03-27 23:04:33,013 ERROR worker.py:79 -- U…
-
I'm getting following error when I try to run the given example code
```bash
(marl) ➜ rllib git:(main) ✗ python self_play_train.py
2021-12-16 20:46:53,589 INFO services.py:1338 -- View the Ray …