Skip to main content

PyTorch implementations of reinforcement learning algorithms.

Project description

JigglypuffRL

PyPI version fury.io PyPI license

Installation

We suggest creating a conda virtual environment before installing our package.

conda create -n JgRL_env python=3.6 pip
conda activate JgRL_env
pip install jigglypuff-rl

Usage

from jigglypuffRL import PPO1
import gym

env = gym.make('CartPole-v0')
agent = PPO1('MlpPolicy', 'MlpValue', env, epochs=500, tensorboard_log='./runs/')

agent.learn()

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

jigglypuff_rl-0.0.2.dev2-py3-none-any.whl (7.9 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