Getting Started with DevOps
What is DevOps and how can you get started?
Hey guys, the current work on our learning AI for Project Aleron is coming along nicely, but we won’t have anything exciting to show you until next month. We have a big update coming! In the meanwhile, we want to bust a common myth in game development: “Cross-platform development is expensive”. This is incorrect and we …
Hey guys, in our blog article Implementing our Learning AI we mentioned that we optimized the calculation time for AI battles from 4 seconds to under 100ms! We want to show you how we achieved this and how you can optimize your own games if you develop with Unity or any Java based engine. When should you optimize? …
Performance Optimization for Unity and Java Developers Read More »
Hey Guys, our upcoming article will be about our implementation of a learning AI for Project Aleron. As this topic is rather complicated, we wrote up an introduction to machine learning and more particularly reinforcement learning for you all. Artificial Intelligence in Games Many games offer the possibility to fight computer-controlled enemies (Bots). Bots play by accepting an …