mirror of
https://github.com/wassname/ray.git
synced 2026-08-08 11:25:28 +08:00
[rllib] Multi-GPU support for Multi-Agent PPO (#3479)
* wip * fix * remove check * fix null * revert * lint and kl * also fix rollout
This commit is contained in:
@@ -184,7 +184,6 @@ class ModelSupportedSpaces(unittest.TestCase):
|
||||
"train_batch_size": 10,
|
||||
"sample_batch_size": 10,
|
||||
"sgd_minibatch_size": 1,
|
||||
"simple_optimizer": True,
|
||||
})
|
||||
check_support_multiagent("PG", {"num_workers": 1, "optimizer": {}})
|
||||
check_support_multiagent("DDPG", {"timesteps_per_iteration": 1})
|
||||
|
||||
Reference in New Issue
Block a user