Skip to content
Snippets Groups Projects
Select Git revision
  • 0433e074c9d34297daecf8f89ae2f6e0eff6a672
  • master default
2 results

hdd29-CS265-sp19

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')