Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 435 Bytes

Gym Haskell

Minimal gym bindings for Haskell, see https://gym.openai.com

REQUIREMENTS

ArchLinux Commands:

$ yay -S python38                # for yay see https://wiki.archlinux.org/index.php/AUR_helpers
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python3.8 get-pip.py --user
$ pip3.8 install gym --user
$ stack build