OpenAI Universe
Platform for measuring and training AI through games, websites and other applications.
ELF is an Extensive, Lightweight and Flexible platform for game research, in particular for real-time strategy (RTS) games. On the C++-side, ELF hosts multiple games in...
elf is an extensive, lightweight and flexible platform for game research, in particular for realtime strategy (rts) games. on the c++side, elf hosts multiple games in parallel with c++ threading. on the python side, elf returns one batch of game state at a time, making it very friendly for modern rl. in comparison, other platforms (e.g., openai gym) wraps one single game instance with one python interface. this makes concurrent game execution a bit complicated, which is a requirement of many modern reinforcement learning algorithms.
games bot artificial-intelligence