Either Discrete (typeof action == number
) or Continuous (typeof action == number[]
).
Dictionary-like
Data type held by the dictionary.
Termianl flag.
Extra info provided by the environment.
reject()
method
resolved()
method
Environment's reward.
Sender callback.
Type of data to send.
State of the environment.
Either Discrete (typeof state == number
) or Continuous (typeof state == number[]
).
Tuple returned in each step.
Either Discrete (typeof state == number
) or Continuous (typeof state == number[]
).
Empty function used as default value.
Converts a JS value to a JSON string.
Object to stringify.
JSON string.
Converts a JSON string into a JS value (literal or object).
JSON string to parse.
Parsed value.
Generated using TypeDoc
Action allowed in the environment.