openai / neural-mmo

Code for the paper "Neural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agents"
https://openai.com/blog/neural-mmo/
MIT License
1.57k stars 262 forks source link

The configure of multi-cores #43

Open chehx opened 4 years ago

chehx commented 4 years ago

Hello,

This is not a mistake, but I feel confused about the experiments.py, the document claims that there is a setting for the multi-core.

However, I can not figure out what's the parameter here.

is the

Hardware specification

DEVICE = 'cpu:0' part?

If yes, what should I do if I want to set more CPUs.

BTW, is the nerual-mmo support the GPU?

jsuarez5341 commented 4 years ago

Hello -- This repo is archived. Please see jsuarez5341/neural-mmo for the latest version and raise issues there if you feel the current build is still unclear.