ale-sys 0.1.2

Rust bindings to the Arcade Learning Environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Use this file to set default options for ALE.
# One setting per line. 
# Format: option-name=option-value
# 
# Example.
#
# cpu=low
# repeat_action_probability=0.25
#
# Note that, for the Python and C++ interface, these options are set when the interface is
# first created (i.e. within ALEInterface's constructor), and not when the ROM is loaded.