Description Usage Arguments Details Value Examples
The function Env()
creates an environment object.
1 | Env(internal_state = 0, rng_state = .Random.seed)
|
internal_state |
the internal state ("everything is Markov") |
rng_state |
the RNG state for non-deterministic evolution |
This is an abstract class, and should not be used directly. The purpose of this
class is to provide a recommended template for developers. Standard methods include
Observe
, Seed
, Step
, and Reset
.
an environment object (class = "Env"
)
1 | Env(1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.