Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

This implementation is supposed to serve as a beginner solution to the classic Mountain-car with discrete action space problem. This file uses Advantage Actor critic algorithm with epsilon greedy exploration strategies. It doesn't need any open AI baseline knowledge and can be implemented using knowledge of DRL, OpenAI environment API and Pytorch

Notifications You must be signed in to change notification settings

parvkpr/Simple-A2C-Pytorch-MountainCarv0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation



About

This implementation is supposed to serve as a beginner solution to the classic Mountain-car with discrete action space problem. This file uses Advantage Actor critic algorithm with epsilon greedy exploration strategies. It doesn't need any open AI baseline knowledge and can be implemented using knowledge of DRL, OpenAI environment API and Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages