NeuralMMO / environment

Neural MMO - A Massively Multiagent Environment for Artificial Intelligence Research
https://neuralmmo.github.io
MIT License
508 stars 67 forks source link

Stuck at pending status during evaluation #45

Open hokhay opened 2 years ago

hokhay commented 2 years ago

When I am running python3 Forge.py evaluate --config=CompetitionRound1 however the status of the trial is stuck at pending forever. How do I solve this problem?

+----------------------------+----------+-------+
| Trial name                 | status   | loc   |
|----------------------------+----------+-------|
| PPO_Neural_MMO_d528e_00000 | PENDING  |       |
+----------------------------+----------+-------+

Thanks Jason

jsuarez5341 commented 2 years ago

Very late response -- for all future viewers, please come @ me on Discord for immediate replies

The default settings are for a server setting to reproduce the baselines. Adjust NUM_GPUS and NUM_WORKERS in projekt/config.py to match your hardware. Will reword the docs for clarity, leaving this open until then