Browse Source

Add Author to Readme.md

Development_fix_2
Tobi 4 years ago
parent
commit
7b67904598
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -1,4 +1,5 @@
# Reinforcement Learning with Cozmo and Unity
@Author: Tobias Hassel

This project uses Reinforcement Learning to teach a virtual Cozmo-Robot to follow a Line drawn on the ground.The plugin ML-Agents for Unity is used to train the robot. A camera together with OpenCvSharp identifies the Line. Based on the Center of Gravity the reward is calculated for the robot. After the training the result is a model file which can be used by the real robot. A python project controls the real cozmo using the pretrained model.


Loading…
Cancel
Save