You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo implements Deep Q-Network (DQN) for solving the Mountain Car v0 environment (discrete version) of the Gymnasium library using Python 3.8 and PyTorch 2.0.1 with a custom reward function for faster convergence.
Reinforcement Learning for the Mountain Car Problem using Coarse Coding, delivered as the third and final project of IT3105 - Artificial Intelligence Programming at NTNU.
Fun project that allows you to control a Mountain Car based on hand recognition using your own Web Cam. End-to-end project using Tensorflow Keras as recognition model.