Registry / other / cervo-core

cervo-core

JSON →
library0.9.2rscratesunverified

High level APIs for reinforcement learning in games.

# Cargo.toml [dependencies] cervo-core = "0.9.2"
INSTALL
IMPORT
SIG · CERVO-CORE
C
cervo-core
otherrustv0.9.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Agent
use cervo_core::Agent;

Create an RL agent and select an action based on state.

use cervo_core::Agent; let agent = Agent::new(); let action = agent.select_action(&state);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
cervo-core — cargo add cervo-core · libregistry