parvkpr/Simple-A2C-Pytorch-MountainCarv0
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
Python
No issues in this repository yet.