deep-rl  by pemami4911

Deep reinforcement learning algorithms collection

Created 9 years ago
300 stars

Top 88.8% on SourcePulse

GitHubView on GitHub
Project Summary

This repository provides a collection of Deep Reinforcement Learning algorithms, primarily targeting researchers and practitioners in the field. It offers implementations of established algorithms for experimentation and learning, with a focus on ease of use for common RL tasks.

How It Works

The project implements Deep Reinforcement Learning algorithms using TensorFlow 1.3.0 and tflearn. The core approach involves leveraging these libraries to build and train neural network policies for agents interacting with environments, such as those provided by OpenAI Gym. This combination allows for the development of agents capable of learning complex behaviors through trial and error.

Quick Start & Requirements

  • Install: pip install tensorflow==1.3.0 tflearn gym==0.9.2
  • Prerequisites: Python 2.7 or Python 3.6, TensorFlow 1.3.0, tflearn, OpenAI Gym 0.9.2.
  • Tested environments: Pendulum-v0 in OpenAI Gym.

Highlighted Details

  • Implements Deep Deterministic Policy Gradients (DDPG).
  • Code has been used to solve the inverted Pendulum task in Roboschool.
  • Integrates with OpenAI Gym for environment interaction.

Maintenance & Community

The project appears to have limited recent activity. Notable usage includes contributions from @keithmgould and @janscholten. Community interaction channels are not explicitly mentioned.

Licensing & Compatibility

The repository does not explicitly state a license. This may pose compatibility issues for commercial use or integration into closed-source projects.

Limitations & Caveats

The project relies on older versions of TensorFlow (1.3.0) and Python (2.7/3.6), which may present compatibility challenges with modern hardware and software stacks. The limited scope of algorithms and environments tested could also be a constraint.

Health Check
Last Commit

6 years ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
1 stars in the last 30 days

Explore Similar Projects

Starred by Deepak Pathak Deepak Pathak(Cofounder of Skild AI; Professor at CMU), Anastasis Germanidis Anastasis Germanidis(Cofounder of Runway), and
1 more.

deer by VinF

0%
489
Deep reinforcement learning framework
Created 9 years ago
Updated 2 months ago
Starred by Nathan Lambert Nathan Lambert(Research Scientist at AI2), Phil Wang Phil Wang(Prolific Research Paper Implementer), and
1 more.

TD3 by sfujim

0.3%
2k
PyTorch implementation of TD3 for OpenAI gym tasks
Created 7 years ago
Updated 2 years ago
Feedback? Help us improve.