Autonomous systems design steps

Key elements for designing and deploying a successful reinforcement learning-trained AI solution with Microsoft Project Bonsai

Deep Reinforcement Learning (DRL) techniques have allowed deep neural networks (DNN) based AI to move from theoretical concepts in the research lab to real-life, business solutions. Although tools such as the Microsoft Project Bonsai toolchain have tremendously streamlined, accelerated, and simplified the design, training, and deployment of Autonomous Systems AI agents, it does not mean they suddenly became simple…

reward functions

Writing successful reward functions  

In Deep Reinforcement Learning (DRL), an agent needs to interact with the environment (either physical or simulated) by performing actions to obtain rewards. The agent’s goal is to maximize its rewards and learns by adjusting its policy (the agent’s strategy) based on…