Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 436 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 436 Bytes

RL-Experiments

Experimenting with different RL algorithms on a custom Lunar Lander environment using DI-Engine.

Sample Results

LunarLander-v3 PPO

Lunar Lander

Modified LunarLander-v3 environment to have different wind speeds and directions. The wind varies gradually during the episode, and is displayed in the top left corner of the screen.

Installation

pip install -r requirements.txt