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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file PyTorch-DRL-0.0.2.tar.gz
.
File metadata
- Download URL: PyTorch-DRL-0.0.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d85dcb30d7447f0c6fd78d2be10df1e4d230464b2bf918d4e3f2e120822c3bf2 |
|
MD5 | fb6349d58d84df36fe89dd7ca13f0788 |
|
BLAKE2b-256 | 94e9a3ef09dace3c0f02bea00a18122b6a11894dc8f38c5342f4a7c6068453b1 |
File details
Details for the file PyTorch_DRL-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: PyTorch_DRL-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eee36abaa24cedf47ef66f6d60166a99f52ef58ab4e24a95f465eb2f4d0eb0ee |
|
MD5 | 4934b32da3b4c91644034ccc0a6510f5 |
|
BLAKE2b-256 | 873a3d06ccb879b587bb14b7418c5cc602da1f841cbfdf74d745ddf54e257821 |