ale_ruby_interface 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ale_ruby_interface.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d5774428a94d5e51002236d6baaeef5c7042d52
4
- data.tar.gz: f076b50123171066497e1698ab90d7801cada3bd
3
+ metadata.gz: cfd252cb15c84189a4a9cc4387ae6323491f6a20
4
+ data.tar.gz: 4442d576a5cc9a37405c55c0a59d4133c9c84eb5
5
5
  SHA512:
6
- metadata.gz: 4eea742eaf9a6bdd04612cd0d50635b255267beef11f355c982be4b17595223c43b25b48ea8756e674dfbb96a213cbb5250632924ce481960822303e9f09506f
7
- data.tar.gz: d4eac2d449b0f52a1d6ca68b7d03de446f6c4047fd943a3a116291405f4a1ff51ba72adc409efd90f7d5a82f957f2586ff44e60d5c3b56ca29252e3baefdf2d8
6
+ metadata.gz: 3285ea3b94e331ca20099606c4cf6e48aa0cfdc6a3062d3470466c4ff13cb229f0e2699cb193cce36d25203aaeeb46a8383d4332e314ab96a70a28d9b16f6ee9
7
+ data.tar.gz: fafb98bc7adb34bb40ce040a0e8a94a2478e8188ec7b73f565d6477c1312e99ced38138a4522f58e30a4bbe52785e6fc14e01ff4a36f755c30a4b8b15e85d1ef
@@ -143,7 +143,7 @@ class ALEInterface
143
143
  ##
144
144
  # Resets the game, but not the full system (it is not “equivalent” to un- plugging the console from electricity).
145
145
  def reset_game
146
- ALELib.game_over(@obj)
146
+ ALELib.reset_game(@obj)
147
147
  end
148
148
 
149
149
  ##
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ale_ruby_interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Byron Bai