Daniel Filan
Daniel Filan
Have installed ats on my Rock64, running Armbian 22.05 Jammy, and am having trouble getting the fan to spin. The fan I'm using is the one that comes with [this...
## Problem I would like to be able to run `imitation.scripts.eval_policy` on an atari environment, to roll out a policy, so that I can then do clever things with the...
In `base_envs.py`, the class `TabularModelPOMDP` has a method `obs_dtype` that returns the data type of observation vectors - specifically, it returns `self.observation_matrix.dtype`. However, it is typed as returning an int....