GitXplorerGitXplorer
a

HearthEnv

public
5 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
525351576a25e88862bda9f8a5ea37336ac1bfd6

fixed bug w/ reading human action

aalbertwujj committed 7 years ago
Unverified
468502865f72ef53bce38870f536416395b26a96

handled None when converting action/moves

aalbertwujj committed 7 years ago
Unverified
ff16adfbd4516518fb8ba0e817977501bb25db1e

added error message for move when playstate is not playing

aalbertwujj committed 7 years ago
Unverified
99442f74c25c4a1a40d417afccfe7f78e4639226

made get_possible_actions public

aalbertwujj committed 7 years ago
Unverified
2e1d5e41116dc252b9bd223d25d650a678fe82df

num_envs now based on cpu_count

aalbertwujj committed 7 years ago
Unverified
3f3a8cc1453fd85f28ccb23229328bfbbc49fc08

num_envs now based on cpu_count

aalbertwujj committed 7 years ago

README

The README file for this repository.

HearthEnv

A Hearthstone environment for reinforcement learning agents, subclassing OpenAI/Gym. Supports human input.

Built on the Fireplace Hearthstone simulator.

Installation

Install Fireplace

git clone https://github.com/jleclanche/fireplace
cd fireplace
pip install .

Install HearthEnv

git clone https://github.com/albertwujj/HearthEnv
cd HearthEnv
python setup.py install
pip install -e .