Crate entity_gym_rs

source ·
Expand description

EntityGym for Rust

EntityGym is a Python library that defines a novel entity-based abstraction for reinforcement learning environments which enables highly ergonomic and efficient training of deep reinforcement learning agents. This crate provides bindings that allows Rust programs to implement the entity-gym API and run neural network agents trained with enn-trainer.

Modules

High level API for interacting with neural network agents.
Low-level and highly API that mirrors the entity-gym Python API. Not intended for direct use.