S-RL Toolbox
stable

Guide

  • Installation
  • Getting Started
  • Reinforcement Learning
  • Hyperparameter Search
  • Environments
  • State Representation Learning Models
  • Plotting
  • Working With Real Robots: Baxter and Robobo
  • Running Tests
  • Changelog
S-RL Toolbox
  • Docs »
  • Hyperparameter Search
  • Edit on GitHub

Hyperparameter SearchΒΆ

This repository also allows hyperparameter search, using hyperband or hyperopt for the implemented RL algorithms

for example, here is the command for a hyperband search on PPO2, ground truth on the mobile robot environment:

python -m rl_baselines.hyperparam_search --optimizer hyperband --algo ppo2 --env MobileRobotGymEnv-v0 --srl-model ground_truth
Next Previous

© Copyright 2018, Antonin Raffin Revision 0931c476.

Built with Sphinx using a theme provided by Read the Docs.