shariqiqbal2810 / MAAC

Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019
MIT License
666 stars 172 forks source link

The function names of "update_policies" and "update_critic" are reversed #36

Closed TangYuan96 closed 3 years ago

TangYuan96 commented 3 years ago

The function names of "update_policies" and "update_critic" functions are reversed. Although the two functions are used together, it does not affect the function.