ale 0.1.2

A Rust encapsulation of the Arcade Learning Environment
Documentation

Rust encapsulation of the Arcade Learning Environment.

This is currently a work in progress.

Requirements

This library requires the same dependencies as the cmake-rs library. In other words, CMake needs to be installed.

Unsafety

Generally this libarary has tried to encapsulate and minimize unsafety, but there could still be some pain points that I've missed (especially regarding C++ exceptions). Be sure to report an issue if this is the case!