thu-ml/tianshou

How to support multi-agent reinforcement learning

Open

#121 创建于 2020年7月9日

在 GitHub 查看
 (34 评论) (1 反应) (1 负责人)Python (7,121 star) (1,072 fork)batch import
MARLdiscussiongood first issue

描述

  • I have marked all applicable categories:

    • exception-raising bug
    • RL algorithm bug
    • documentation request (i.e. "X is missing from the documentation.")
    • new feature request
  • I have visited the source website, and in particular read the known issues

  • I have searched through the issue tracker and issue categories for duplicates

  • I have mentioned version numbers, operating system and environment, where applicable:

    import tianshou, torch, sys
    print(tianshou.__version__, torch.__version__, sys.version, sys.platform)
    

贡献者指南