Skip to content

Conversation

@saihv
Copy link
Contributor

@saihv saihv commented Dec 15, 2020

About

OpenAI Gym wrapper for AirSim, and sample drone/car envs for reinforcement learning. Contains DQN examples that will replace the previous hand crafted DQN code. Integrated with stable baselines 3 (PyTorch based) for easy RL training with standard algorithm implementations.

Testing

This PR requires Pytorch to be installed (https://pytorch.org/get-started/locally/), along with the following specific dependencies.

pip install gym tensorboard stable-baselines3

DQN car: Open Neighborhood binary, and run python dqn_car.py
DQN drone: Open LandscapeMountains binary (with powerlines) and run python dqn_drone.py

@saihv saihv marked this pull request as ready for review December 16, 2020 19:36
Copy link
Contributor

@zimmy87 zimmy87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested this locally and it works as expected. Please ignore the two failing Azure pipeline checks, those are failing due to an unrelated issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants