two-step-game-qmix-no-mixer.yaml 575 B

12345678910111213141516171819202122
  1. two-step-game-qmix-without-mixer:
  2. env: ray.rllib.examples.env.two_step_game.TwoStepGameWithGroupedAgents
  3. run: QMIX
  4. stop:
  5. episode_reward_mean: 7.0
  6. timesteps_total: 70000
  7. config:
  8. # QMIX only supports torch for now.
  9. framework: torch
  10. env_config:
  11. env_config:
  12. separate_state_space: true
  13. one_hot_state_encoding: true
  14. exploration_config:
  15. final_epsilon: 0.0
  16. rollout_fragment_length: 4
  17. train_batch_size: 32
  18. num_workers: 0
  19. mixer: null