dgopsq / Mountain-Car-RL

The classic Mountain Car exercise solved using a Feedforward Neural Network with PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mountain Car RL

The classic Reinforcement Learning problem solved using a simple Feedforward Neural Network with PyTorch. This was an assignment in the Decision Models course at University of Milano-Bicocca.

Assignment

The assignment's text is in the file assignment.pdf.

Output

The algorithm's output is a list of all the successful episodes each with their relative last epoch and state.

About

The classic Mountain Car exercise solved using a Feedforward Neural Network with PyTorch


Languages

Language:Python 100.0%