Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 460 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 460 Bytes

Environment Development

Directory containing projects involving environment developing using OpenAI Gym and basic Q-Learning and Deep-Q-Learning solutions to most of them.

Also contains instructions for making your own environments from scratch

Deep Q Learning

Directory containing my project attempting to create a modular class for NN and DQ Learning. Currently supports CNNs and ANNs and a few demonstrations of the project being successful.