Crate bevy_rl

Source

Re-exports§

pub use state::*;

Modules§

render
state

Structs§

AIGymPlugin
bevy_rl plugin
AIGymSettings
Plugin Settings
EventControl
This event is fired when user calls step method of the REST API
EventPause
This event is fired when an internal timer would need to pause the simulation
EventReset
This event is fired when user calls reset method of the REST API
SimulationPauseTimer
Timer to pause the simulation every AIGymSettings.pause_interval seconds

Enums§

SimulationState
States of the simulation