This is the Linux app named deep-q-learning whose latest release can be downloaded as deep-q-learningsourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named deep-q-learning with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
deep-q-learning
DESCRIPTION
The deep-q-learning repository authored by keon provides a Python-based implementation of the Deep Q-Learning algorithm — a cornerstone method in reinforcement learning. It implements the core logic needed to train an agent using Q-learning with neural networks (i.e. approximating Q-values via deep nets), setting up environment interaction loops, experience replay, network updates, and policy behavior. For learners and researchers interested in reinforcement learning, this repo offers a concrete, runnable example bridging theory and practice: you can execute the code, play with hyperparameters, observe convergence behavior, and see how deep Q-learning learns policies over time in standard environments. Because it’s self-contained and Python-based, it's well-suited for experimentation, modifications, or extension — for instance adapting to custom Gym environments, tweaking network architecture, or combining with other RL techniques.
Features
- Implementation of Deep Q-Learning algorithm in Python using neural-network-based Q-value approximation
- Experience replay and training loop logic to support stable RL training
- Simple integration with standard environments (e.g. OpenAI Gym) for experimentation and learning
- Clear, minimal codebase enabling modification, extension, and parameter tuning by users
- Useful as a learning example bridging RL theory and practical implementation
- Serves as a base for customization — e.g. adapting to custom environments or experimenting with network architectures
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/deep-q-learning.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.