chainer/chainerrl
ChainerRL is a deep reinforcement learning library built on top of Chainer.
This is a developer's library for building intelligent agents that learn through trial and error, similar to how humans learn from experience. It takes in various reinforcement learning algorithms and environment definitions to output trained models that can make decisions in complex, dynamic situations. It's used by researchers and machine learning engineers who want to experiment with or implement advanced deep reinforcement learning techniques.
1,201 stars. No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher developing AI agents for tasks like game playing, robotics control, or automated decision-making.
Not ideal if you are a practitioner looking for a ready-to-use, off-the-shelf AI solution without needing to program or understand deep learning concepts.
Stars
1,201
Forks
225
Language
Python
License
MIT
Category
Last pushed
Aug 10, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/chainer/chainerrl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
fangwei123456/spikingjelly
SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
neuromorphs/NIR
Neuromorphic Intermediate Representation reference implementation
BindsNET/bindsnet
Simulation of spiking neural networks (SNNs) using PyTorch.
norse/norse
Deep learning with spiking neural networks (SNNs) in PyTorch.
jeshraghian/snntorch
Deep and online learning with spiking neural networks in Python