Skip to content
Snippets Groups Projects
Select Git revision
  • 14f3f828a7de6e203b7baf3a4414c416b6291d53
  • master default
  • tact_agent
  • betterInstructions
4 results

tutorenvs

This library contains headless versions of a number of commonly used tutoring system environments for training simulated students.

To create an AI Gym environment for the Fraction Arithmetic tutor use the following commands:

import gym
import tutorenvs

env = gym.make('FractionArith-v0')