KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
rl-gym-from-scratch
★ 27
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
lean2wasm
:
Tool for compiling Lean to WASM
p1radup
:
Process URLs and remove duplicate query parameters.
kb1
:
A fully custom DIY mechanical keyboard
huawei-playground
:
Various scripts and tools to tinker with Huawei devices
Attentive_DFPrior
:
[NeurIPS'23] Learning Neural Implicit through Volume Rendering with Attentive Depth Fusion Priors
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rl-gym-from-scratch
?
Download (.md)
# Deep Reinforcement Learning Gym From Scratch ## Overview This project is a Python-based implementation of a Deep Reinforcement Learning (DRL) Gym, utilizing TensorFlow for neural network computations. It's designed to demonstrate the principles of Deep Q-Learning by training an AI agent to navigate a grid environment towards a specified goal.  ## Detailed Article For a comprehensive, follow-along guide and theoretical background, refer to my Medium article: [Develop Your First AI Agent: Deep Q-Learning](#medium-article-link). ## Technologies Used - **Python** 3.11.6 - The programming language used. - **TensorFlow** 2.14.0 - An open-source machine learning library by Google that we’ll use to build and train our neural network. ## Features - Customizable grid-based environment. - Deep Q-Learning implementation for efficient learning. - Experience replay to enhance the learning process. - Adjustable parameters for experimentation. ## Contact Name - Heston Vaughan Email - [heston.cv@gmail.com](mailto:heston.cv@gmail.com) Article Link: [Develop Your First AI Agent: Deep Q-Learning](#medium-article-link)