Skip to content

Plotting CartPole environment in Jupyter  #306

@jamblejoe

Description

@jamblejoe
cartpole_env = ReinforcementLearningEnvironments.CartPoleEnv()
plot(cartpole_env)
plot()

Last plot() is needed to invoke plotting. GR.plot(env::CartPoleEnv) does return nothing, so no plot is shown in the notebook, I would fix but I dont know how GR works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions