/Reinforcement-Learning-with-Unity

A project 'Intelligent Salesman' with Unity implementing Reinforcement Learning by external Python API

Primary LanguageC#

Intelligent-Salesman-in-Unity

In this project, behaviour and interactions between different types of agents and enviroment are implemented on Unity with external Python API for reinforcement learning. Scripts of Agents written in C# are given in this repository.

How to use

  1. Install Unity on your laptop and Download Intelligent salesman
  2. Unzip the file and Open project 'UnitySDK' on Unity.
  3. Follow the instructions in the file DAI&AI Final project.pdf

Reinforcement Learning

RL

It would be really interesting to let agents learn and improve over time. Avoiding other types of agents if they‘ve had bad experience with them before.