Wenwei Qiu
Wenwei Qiu
Hi. I noticed that both krige and regressionkrige can choose optimizer. Both PSO and GA works fine in my code when using krige. But when using regressionkrige, GA and no...
Hi, I'm trying to use this library to solve some modified multi-UAV problems, but I'm not professional in coding 🤣 Will there be any instructions about how to use pure...
使用多智能体MAPPO算法时,想要尝试用Basic_RNN替换Basic_MLP,在配置文件中同步修改use_rnn: True后,出现错误提示: ``` Traceback (most recent call last): File "/Users/hawkq/Desktop/frigatebird_multi/new_run.py", line 22, in Agent.train(configs.running_steps // configs.parallels) # Train the model for numerous steps. File "/opt/anaconda3/envs/xuance_marl/lib/python3.8/site-packages/xuance/torch/agents/core/on_policy_marl.py", line 287, in train self.run_episodes(None,...