-
Hey all, hope everyone is doing well! What follows may be bit of a dumb question, but I just wanted to clarify how this is working for my own algorithm development based on your guys' excellent code. …
-
运行ptz_simple_spread_qmix_config.py会出错
措施:修改petting_zoo_simple_spread_env.py
由(在195行)obs_n = self._process_obs(obs) 改为obs_n = self._process_obs(obs[0])
-
### Search before asking
- [X] I searched the [issues](https://github.com/ray-project/ray/issues) and found no similar issues.
### Ray Component
RLlib
### What happened + What you expected to hap…
-
### What happened + What you expected to happen
With certain configurations of QMIX, there is the following index error:
```
File "/home/jack/anaconda3/envs/trade/lib/python3.8/site-packages/ray/…
-
There appears to be a problem when using a masked action space with the QMIX algorithm. I think the qmix_policy_graph expects there to be at least one valid action at all times.
Full traceback is …
-
Hi,
Thank you for this awesome repository and the extremely useful wrappers.
I'm trying to reproduce the results for QMIX in the `offshore wind farm` (n=50) and encountered some difficulties. I …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/ray-project/ray/issues) and found no similar feature requirement.
### Description
Currently, QMIX algorithm only su…
-
I am trying to run your examples of [mpe_mappo](https://github.com/agi-brain/xuance/blob/master/examples/mappo/mappo_simple_spread.py) and [football_qmix](https://github.com/agi-brain/xuance/blob/mas…
-
When I was using the MADDPG example, I had an error replacing MADDPG_Agents with QMIX_Agents
mixer = QMIX_mixer(config.dim_state[0], config.hidden_dim_mixing_net, config.hidden_dim_hyper_net,
Ty…
-
When I run the example code, I met the error, the error logs is below:
(RolloutWorker pid=44372) ray::RolloutWorker.__init__() (pid=44372, ip=127.0.0.1, repr=)
(RolloutWorker pid=44372) File "py…