{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "W5V7z3fVX7_b" }, "source": [ "# Vectorized Environment\n", "In reinforcement learning, the agent interacts with environments to improve itself. In this tutorial we will concentrate on the environment part. Although there are many kinds of environments or their libraries in DRL research, Tianshou chooses to keep a consistent API with [OPENAI Gym](https://gym.openai.com/).\n", "\n", "