mlii / mfrl

Mean Field Multi-Agent Reinforcement Learning
MIT License
369 stars 101 forks source link

Is the `type.move_base` a replication mistake? #7

Closed JloveU closed 4 years ago

JloveU commented 5 years ago

File: examples/battle_model/src/gridworld/GridWorld.cc. Line: 423, 432, 447.

Is the type.move_base a replication mistake? According to my understanding, this should be replaced by type.turn_base.

Thanks!

KornbergFresnel commented 5 years ago

@JloveU it is not a mistake, because the real direction is corresponding to the value of act - type.move_base.