eNET MB Agent
- class or_suite.agents.rl.enet_mb.eNetMB(action_net, state_net, epLen, scaling, state_action_dim, alpha, flag)[source]
Uniform Discretization model-based algorithm algorithm implemented for enviroments with continuous states and actions using the metric induces by the l_inf norm
- epLen
(int) number of steps per episode
- scaling
(float) scaling parameter for confidence intervals
- action_net
(list) of a discretization of action space
- state_net
(list) of a discretization of the state space
- state_action_dim
d_1 + d_2 dimensions of state and action space respectively
- alpha
(float) parameter for prior on transition kernel
- flag
(bool) for whether to do full step updates or not
- __init__(action_net, state_net, epLen, scaling, state_action_dim, alpha, flag)[source]
Initialize self. See help(type(self)) for accurate signature.
- pEst
Resets the agent by overwriting all of the estimates back to zero