An unofficial program of "Swarm Reinforcement Learning Algorithm Based on Exchanging Information among Agents" with Hitoshi IIMA* and Yasuaki KUROE* https://www.jstage.jst.go.jp/article/sicetr1965/42/11/42_11_1244/_article
First, run a package installation.
$ pip3 install -r requirements.txtNext, Run a Swarm-Reinforcement-Learning program.
$ python SwarmReinforcementLearningFirst, Run a Swarm-Reinforcement-Learning program.
$ python SwarmReinforcementLearningNext, answer "Y" to the choices.
$ 迷路の環境を読み込みますか?Yes(Y) or No(N): YAnd finally, enter the environment name.
$ 環境名を入力: r=0By default, environments with difficulty levels 0 and 0.3 are provided.
If you need a different environment, please generate it yourself.