edbeeching / godot_rl_agents

An Open Source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents
MIT License
942 stars 69 forks source link

What is num_env_per_worker? (in the ppo.yaml) #52

Closed Jetpackjules closed 1 year ago

Jetpackjules commented 1 year ago

Q in title...

edbeeching commented 1 year ago

This is an rllib setting, which controls the number of parallel environments (number of Godot build executables) that are launched per process.

The more details on this in the rllib docs here