Skip to content

Releases: Kautenja/nes-py

Bug Fixes

22 Jul 07:59
0fe9e76
Compare
Choose a tag to compare
  • resolve a bug where get_keys_to_actions was no longer accurate after using a BinarySpaceToDiscreteSpaceEnv on an environment.
  • fix issue where _did_reset was actually _did_reset_
  • remove unnecessary binary space
  • remove num buttons function from C++ code

Fix Python2 support

22 Jul 08:02
Compare
Choose a tag to compare

remove some type hints and resolve some minor code problems to support python2

Beta

21 Jul 07:55
Compare
Choose a tag to compare

up to beta release

Build Script Features

21 Jul 07:49
989fe69
Compare
Choose a tag to compare

add new Travis CI features to simplify deployment

Fix issue with Python2.7

21 Jul 06:40
Compare
Choose a tag to compare

resolve magic value of iNES value check (use bytearray instead of bytes type)

Wrappers

21 Jul 05:25
2a1094a
Compare
Choose a tag to compare

implement popular wrappers:

  • reward cache
  • binary action space to discrete action space
  • downsample
  • clip reward
  • normalize reward
  • frame stack
  • death penalty

Reward Bound Range

20 Jul 17:25
f64e9b2
Compare
Choose a tag to compare

Bound reward into the defined range

Max Steps Feature

20 Jul 16:45
763a8ee
Compare
Choose a tag to compare

define a mechanism to limit the number of steps in an episode

Alpha Release

20 Jul 12:59
Compare
Choose a tag to compare

Full alpha release

Frameskip Mechanism

20 Jul 12:38
Compare
Choose a tag to compare

Implement a frameskip mechanism