DanielAnthes / NeurIPS

Implementation of A3C reinforcement learning for the game "Neurosmash".
0 stars 0 forks source link

Write Environment-Interface #7

Open StatefulMind opened 4 years ago

StatefulMind commented 4 years ago

Write an interface for our environment, that conveniently returns its state, knows which actions you can perform, maybe even automatically starts a headless Unity enviroment, ...

mnipshagen commented 4 years ago

Additionally it might allow to either create a OpenAI-gym environment or run a neurosmash instance