jaclearn.rl.envs.simple.move_right#

Classes

Class MoveRightEnv

class MoveRightEnv[source]#

Bases: SimpleRLEnvBase

__init__(size=10)[source]#
__new__(**kwargs)#
action(action)#
append_stat(name, value)#
clear_stats()#
evaluate_one_episode(func)#
finish(*args, **kwargs)#
play_one_episode(func, ret_states=False, ret_actions=False, restart_kwargs=None, finish_kwargs=None, max_steps=10000)#
restart(*args, **kwargs)#
property action_space#
property current_state#
property stats#
property unwrapped#