MountainCar
artificial-intelligencernn22-DeepRLganmicrosoft-for-beginnerslessonsAImicrosoft-AI-For-Beginnersmachine-learningdeep-learninglabcomputer-vision6-OthercnnNLP
Export
# Training Mountain Car to Escape
Lab Assignment from AI for Beginners Curriculum.
Your goal is to train the RL agent to control Mountain Car in OpenAI Environment.
Let's start by creating the environment:
[1]
Let's see how the random experiment looks like:
[2]
Now the notebook is all yours - fell free to adopt Policy Gradients and Actor-Critic algorithms from the lesson to this problem!
[ ]
[3]