DARQN
Reinforcement learner
An implementation of a deep reinforcement learning model for continuous control tasks
Deep Attention Recurrent Q-Network
115 stars
13 watching
38 forks
Language: Lua
last commit: about 9 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ahq1993/perceivable-human-robot-interaction-using-neural-attention-q-networks | An implementation of a deep reinforcement learning algorithm to teach a robot to interact with humans in a socially acceptable manner. | 4 |
ahq1993/multimodal-deep-q-network-for-social-human-robot-interaction | A deep reinforcement learning system designed to enable robots to acquire social interaction skills through multimodal interactions with humans. | 14 |
kuz/deepmind-atari-deep-q-learner | An implementation of a deep reinforcement learning architecture for playing Atari games | 1,826 |
kunqian2025/reinforcement-learning | A collection of implementations of reinforcement learning algorithms in MATLAB | 60 |
ardavans/dsr | An algorithm for deep reinforcement learning that combines model-free and model-based approaches to learn robust value functions. | 98 |
google-deepmind/spriteworld | An environment designed to test and train reinforcement learning algorithms in a flexible, procedurally generated 2D space with various objects and interactions. | 368 |
jnhwkim/nips-mrn-vqa | This project presents a neural network model designed to answer visual questions by combining question and image features in a residual learning framework. | 39 |
dusty-nv/jetson-reinforcement | Provides tools and libraries for training intelligent agents to perform complex tasks in robotics using deep reinforcement learning and GPU acceleration. | 884 |
matyama/deep-rl-hands-on | A collection of examples and exercises from a deep reinforcement learning book | 2 |
hungtuchen/pytorch-dqn | An implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error. | 386 |
fwang91/residual-attention-network | An implementation of a deep neural network architecture using attention mechanisms and residual connections for image classification tasks. | 551 |
kengz/slm-lab | A comprehensive framework for deep reinforcement learning using PyTorch. | 1,256 |
kaixhin/rainbow | A Python implementation of a deep reinforcement learning algorithm combining multiple techniques for improved performance in Atari games | 1,585 |
ikostrikov/jaxrl | Provides JAX implementations of various reinforcement learning algorithms with continuous action spaces. | 630 |
reedscot/cvpr2016 | A system for learning deep representations of fine-grained visual descriptions from images | 334 |