当前位置:   article > 正文

MARLlib安装步骤

marllib
  1. conda create -n marllib python==3.8
  2. conda activate marllib
  3. # please install pytorch <= 1.9.1 compatible with your hardware.
  4. pip install ray==1.8.0
  5. pip install ray[tune]
  6. pip install ray[rllib]
  7. git clone https://github.com/Replicable-MARL/MARLlib.git
  8. cd MARLlib
  9. pip install -e .
  10. pip install icecream && pip install supersuit && pip install gym==0.21.0 && pip install importlib-metadata==4.13.0
  11. git clone https://github.com/MultiAgentLearning/playground
  12. cd playground
  13. pip install .
  14. cd /home/YourPathTo/MARLlib/patch
  15. python add_patch.py --pommerman
  16. pip install gym==0.21.0
  17. cd /Path/To/MARLlib/patch
  18. python add_patch.py -y
  19. cd /Path/To/MARLlib/patch
  20. python add_patch.py -y -p
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/953749?site
推荐阅读
相关标签
  

闽ICP备14008679号