Demo Gallery#
Explore our collection of demo notebooks showcasing various features and examples.
Environment Wrapper Demos
The environment wrapper demos show how to create an EnvironmentInterface from common environment libraries.
JHU Wrapper
This demo shows how to use JHU environments.
VMAS Wrapper
This demo shows how to use VMAS environments.
Policy Execution Demos
The policy execution demos show different types of policies that can be used to control an agent in an environment.
Random Policy
A demo showing how to use a random policy.
Keyboard Policy
A demo showing how to use the keyboard policy.
Game Controller Policy
A demo showing how to use the game controller policy.
Algorithm Demos
Demos that show how to use RL algorithms.
Sample Averaging
This demo shows how to use the Sample Averaging algorithm.