Skip to content

GoSleepBelall/AWSDeepRacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

AWSDeepRacer

Some of my reward functions that helped me throughout my learning.

I'm learning Reinforcement learning and getting hands on experience with AWS Deepracer. I dont guarantee any reward function will work optimal, This repository is just a representation of my research and learning journey.

Easiest Log Analysis

In the learning journey of AWS DeepRacer, i felt need of Log analysis of my model to see what track it is opting and where it is lacking behind by drawing some comparisons in between all episodes as shown below:

route taken by DeepRacer

image

To analyze your routes:

  • just download LOG files from AWS DeepRacer
  • copy path of: logs > training > *-robomaker.log file and paste it in code
  • define number of episodes
  • run

image