28
Jan
Mean-field Improvement1: add the observation range
Zida Wu reinforcement learning; multi-agent; mean-field;This improvement is based on the previous posts, corresponding to the first step: Step 1: Deal with information problem: using only closest neighborhood information.
Code is here
The main improvent is to set the observation field.
Current mean-field assumes all agents' information are available, but now we make that only agents in the observation field can be observable.
Observable Information
- if there is a wall
- belong to Team 1 or 2
- health point
- agent ID
- last action
- relative position