Struct openai::GymShape [] [src]

pub struct GymShape {
    pub action_space: gym_range,
    pub observation_space: gym_range,
    pub reward_max: gym_reward,
    pub reward_min: gym_reward,
}

Fields

Trait Implementations

impl Debug for GymShape
[src]

Formats the value using the given formatter.

impl Clone for GymShape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more