Cargo Features

entity-gym-rs has no features set by default.

[dependencies]
entity-gym-rs = { version = "0.8.0", features = ["python", "bevy"] }
python = numpy, pyo3

Enables python of ragged-buffer ^0.3.8

Affects low_level::py_vec_env

bevy

Enables bevy ^0.9.0

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

pyo3 python?

Enables pyo3 ^0.15

numpy python?

Enables numpy ^0.15