FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ELF/elf_python at master · fairinternal/ELF · GitHub

This repository was archived by the owner on Sep 28, 2023. It is now read-only.
/ ELF Public archive
forked from facebookresearch/ELF

Latest commit

 

History

History
 
 

Python Implementation of Concurrent Game Environemnt in ELF

Many games do not have C interface, which restricts the usage of ELF. Therefore we also provide a simple Python implementation to run concurrent game environments, using Python multiprocessing library.

For sample code, please check ./ex_elfpy.py. You can put any environment into it, e.g, OpenAI gym, that wraps one game instance with one Python interface.


Back | FazBrowse Home | New Git URL