You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
DeepRTS is a high-performance Real-TIme strategy game for Reinforcement Learning research.It is written in C++ for performance,but provides an python interface to better interface with machine-learning toolkits.Deep RTS can process the game with over6 000 000 steps per second and2 000 000 steps when rendering graphics.In comparison to other solutions, such as StarCraft, this is over15 000% faster simulation time running on Intel i7-8700k with Nvidia RTX 2080 TI.
The aim of Deep RTS is to bring a more affordable and sustainable solution to RTS AI research by reducing computation time.
It is recommended to use the master-branch for the newest (and usually best) version of the environment. I am greatful for any input in regards to improving the environment.
Please use the following citation when using this in your work!
@INPROCEEDINGS{8490409,author={P. {Andersen} and M. {Goodwin} and O. {Granmo}},booktitle={2018 IEEE Conference on Computational Intelligence and Games (CIG)},title={Deep RTS: A Game Environment for Deep Reinforcement Learning in Real-Time Strategy Games},year={2018},volume={},number={},pages={1-8},keywords={computer games;convolution;feedforward neural nets;learning (artificial intelligence);multi-agent systems;high-performance RTS game;artificial intelligence research;deep reinforcement learning;real-time strategy games;computer games;RTS AIs;Deep RTS game environment;StarCraft II;Deep Q-Network agent;cutting-edge artificial intelligence algorithms;Games;Learning (artificial intelligence);Machine learning;Planning;Ground penetrating radar;Geophysical measurement techniques;real-time strategy game;deep reinforcement learning;deep q-learning},doi={10.1109/CIG.2018.8490409},ISSN={2325-4270},month={Aug},}
Deep RTS features scenarios which is pre-built mini-games.These mini-games is well suited to train agents on specific tasks,or to test algorithms in different problem setups.The benefits of using scenarios is that you can trivially design reward functions using criterias that each outputs a reward/punishment signal depending on completion of the task.Examples of tasks are to:
collect 1000 gold
do 100 damage
take 1000 damage
defeat 5 enemies
Deep RTS currently implements the following scenarios