Skip to content

A reinforcement learning agent learns the best way to crawl through an environment. The environment is taken from Barkeley's Deep RL Bootcamp. The algorithm used to achieve this task is SarsaMax. To overcome the exploration and exploitation dilemma, an epsilon-greedy policy is used to select the agent's action.

License

Notifications You must be signed in to change notification settings

NagarajSMurthy/Crawler-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawler-robot

A reinforcement learning agent learns the best way to crawl through an environment. The environment is taken from Barkeley's Deep RL Bootcamp. The algorithm used to achieve this task is SarsaMax. To overcome the exploration and exploitation dilemma, an epsilon-greedy policy is used to select the agent's action.

About

A reinforcement learning agent learns the best way to crawl through an environment. The environment is taken from Barkeley's Deep RL Bootcamp. The algorithm used to achieve this task is SarsaMax. To overcome the exploration and exploitation dilemma, an epsilon-greedy policy is used to select the agent's action.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages