Skip to main content

A simple PyTorch wrapper making deep reinforcement learning much easier

Project description

PyTorch-DRL

PyTorch-DRL is

  • a simple PyTorch wrapper making deep reinforcement learning much easier

Quickstart

Template Using PyTorch-DRL

Recommended Structure

.
├── env
│   ├── __init__.py
│   └── customized_env.py
├── net
│   ├── __init__.py
│   └── customized_net.py
├── agent
│   ├── __init__.py
│   └── customized_agent.py
├── trainer
│   ├── __init__.py
│   └── customized_trainer.py
├── main.py
└── requirements.txt

Demo

$ python demo.py

Dependencies and Installation

Package Dependencies

pip install -r requirements.txt can handle all package dependencies.

Install PyTorch-DRL

$ pip install pytorch-drl

Related Projects

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyTorch-DRL-0.0.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

PyTorch_DRL-0.0.2-py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page