tudngn / swarm-q-learning

The code for Swarm Q-learning method introduced in research paper: "Swarm Q-learning With Knowledge Sharing Within Environments for Formation Control" in 2018 International Joint Conference on Neural Networks (IJCNN) (pp. 1-8). IEEE.
MIT License
4 stars 1 forks source link

issue #1

Closed djm0539 closed 3 years ago

djm0539 commented 3 years ago

filename = strcat('../../data/environmentswarm',str1,'_',str2,'.mat');

where is data、

tudngn commented 3 years ago

You can create an environment with "create_environment.m", save it to a directory and then edit the code correspondingly.