{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "S3-tJZy35Ck_" }, "source": [ "# Trainer\n", "Trainer is the highest-level encapsulation in Tianshou. It controls the training loop and the evaluation method. It also controls the interaction between the Collector and the Policy, with the ReplayBuffer serving as the media.\n", "\n", "