mirror of
https://github.com/wassname/ray.git
synced 2026-07-29 11:26:04 +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:
@@ -107,7 +107,8 @@ if __name__ == "__main__":
|
||||
"training_iteration": args.num_iters
|
||||
},
|
||||
"config": {
|
||||
"simple_optimizer": True,
|
||||
"log_level": "DEBUG",
|
||||
"num_sgd_iter": 10,
|
||||
"multiagent": {
|
||||
"policy_graphs": policy_graphs,
|
||||
"policy_mapping_fn": tune.function(
|
||||
|
||||
Reference in New Issue
Block a user