This repository contains the source code of Edwin Lander for training any Reinforcement Learning algorithm on it to make landing.
-ZwnRQaszyQ8pHij.mp4
- Start a local server and host the files present in
landerdirectory and get the hosted URL. For simplicity you can useGo-Livefeature of VSCode - Replace
self.driver.get("<URL>")with the hosted URL insidemain.py - Pick the algorithm you want to use. (It should support BOX type action spaces)
- run the
main.py