ElegantRL
ElegantRL copied to clipboard
MATD3 & MADDPG cannot be call by train_agent or train_agent_multiprocessing
AgentMATD3 & AgentMADDPG cannot be call by train_agent or train_agent_multiprocessing, when I add them to 'demo_DDPG_TD3_SAC.py'
Error shows like that
Traceback (most recent call last):
File "/Users/c/Downloads/ElegantRL-master/examples/demo_DDPG_TD3_SAC.py", line 238, in
After we update the code from single env to vectorized env, Pull Request: single env to vectorized env, the code adaptation has only been done for the single RL algorithm, and the adaptation for multiple intelligences is not yet complete.
We will continue to update the code of MAEL algorithm after completing the algorithm of Hterm. Thank you for your reminder.
when could your team close those bugs.