Skip to content
Snippets Groups Projects
Select Git revision
  • 4d4e4228e71e025eacb5f1777054ba2266c2f817
  • 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')