Thedatababbler
Thedatababbler
Hi, I have followed the installation guide on the documentation, and tried to run the quick start code, but I encountered several problems during installation. I noticed there is a...
Hi, thanks for providing such a powerful open-source framework. This is an awesome repo for MARL training and is what we needed the most to implement some distributed training algorithm...
Hi, I used the evaluate.py file in the pipeline to evaluate my models. To make sure this evaluation can run on my single GPU node, I made some minor changes...
您好,阅读了您的代码,让我对openAI Five的诸多实现细节更加深了一层理解,实在是非常感谢。但是我发现这个实现里面有两个模型,一个creep_block_model和一个PPOModel,然后我发现只有前者有一个learn的函数(但似乎未曾调用,是因为没有放出训练部分的代码吗?)。前者只学习预测move的角度,并没有学习对其他动作和target unit的预测(如果我理解没错的话),故我猜测PPOModel的训练代码才是核心的部分?但似乎没有找到使用PPOModel进行训练的部分代码,请问您考虑一起放出吗?谢谢
Hi, Thank you for your brilliant work and beautiful code. I found most of your tutorial scripts and codes to be quite self-explanatory, but I do not find code samples...