Skip to main content

A Python library for Reinforcement Learning.

Project description

Moss: A Python library for Reinforcement Learning

PyPI Python Version PyPI GitHub license

Moss is a Python library for Reinforcement Learning based on jax.

Installation

To get up and running quickly just follow the steps below:

Installing from PyPI: Moss is currently hosted on PyPI, you can simply install Moss from PyPI with the following command:

pip install moss-rl

Installing from github: If you are interested in running Moss as a developer, you can do so by cloning the Moss GitHub repository and then executing following command from the main directory (where setup.py is located):

pip install -e ".[dev]"

After installation, open your python console and type

import moss
print(moss.__version__)

If no error occurs, you have successfully installed Moss.

Work on GPU or TPU

If you want to run Moss with NVIDIA GPU, please run the steps below:

pip install --upgrade pip

# CUDA 12 installation
# Note: wheels only available on linux.
pip install --upgrade "jax[cuda12_pip]==0.4.9" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

# CUDA 11 installation
# Note: wheels only available on linux.
pip install --upgrade "jax[cuda11_pip]==0.4.9" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

Or if you want to run with Google Cloud TPU:

pip install "jax[tpu]==0.4.9" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html

For more details, please see the JAX installation instructions here.

Quick Start

This is an example of Impala to train Atari game(use envpool).

python examples/atari/impala.py --task_id Pong-v5 --learning_rate 1e-3

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

moss-rl-0.0.5.tar.gz (47.2 kB view details)

Uploaded Source

Built Distribution

moss_rl-0.0.5-py3-none-any.whl (83.9 kB view details)

Uploaded Python 3

File details

Details for the file moss-rl-0.0.5.tar.gz.

File metadata

  • Download URL: moss-rl-0.0.5.tar.gz
  • Upload date:
  • Size: 47.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for moss-rl-0.0.5.tar.gz
Algorithm Hash digest
SHA256 a27eaf71ba3bc0a3d539b277d9dfba7dcb716ce54b1973edf8d3071afaa63442
MD5 81a7cca2cecf1477faac706520b43ef7
BLAKE2b-256 037e903e06f50ea8bf84f8a27d11c779f41a517910a477d77bc1e982031344cf

See more details on using hashes here.

Provenance

File details

Details for the file moss_rl-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: moss_rl-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 83.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for moss_rl-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 45e67551eb0ae9b12de11a80161cb080d05da21acd5dc7a409edb2ecc60d06e8
MD5 55e9c24c373dd7b633f606369bb92fc0
BLAKE2b-256 950f8872fc1363d743b11f341c3a311ea75870b971c8d62dcf5428ed37acc9c8

See more details on using hashes here.

Provenance

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