Skip to content

Releases: elliottower/gobblet-rl

v1.3.4

12 Feb 01:49
Compare
Choose a tag to compare

Added self-play support for tianshou DQN example, fixed bugs in training code
Full changelog: https://github.com/elliottower/gobblet-rl/commits/

v1.3.3

04 Feb 22:19
5a20dc8
Compare
Choose a tag to compare

Added dynamic search depth for greedy agent (1-3 turns), refactored code for better readability, fixed minor bugs. Updated dependencies and pyproject.toml to fix installation issues.
Full changelog: https://github.com/elliottower/gobblet-rl/commits/

v1.3.0

03 Feb 07:44
Compare
Choose a tag to compare

Added greedy agent as strong baseline (wins with search depth 2), added testing for Tianshou & internal game states, fixed edge cases in game logic & UI/interactive play.
Full changelog: https://github.com/elliottower/gobblet-rl/commits/

v1.2.3

02 Feb 02:02
Compare
Choose a tag to compare

Minor update: fixed bugs in game logic with UI rendering, updated example_tianshou_DQN.pyto support screen recording, cleaned up and fixed bugs in manual_policy.py
Full changelog: https://github.com/elliottower/gobblet-rl/commits/

v1.2.2

01 Feb 09:03
Compare
Choose a tag to compare

Added support for human interaction vs trained Tianshou agents.
Full changelog: https://github.com/elliottower/gobblet-rl/commits/

v1.2.1

01 Feb 00:49
Compare
Choose a tag to compare

Minor update: restructure repository and removed unnecessary files, fixed minor bugs.
Full changelog: https://github.com/elliottower/gobblet-rl/commits/

v1.2.0

31 Jan 03:53
Compare
Choose a tag to compare

Minor update: fixed UI elements to align properly at different resolutions (adjustable through --screen-width argument), fixed bugs in interactive game logic, added functionality to save gifs of gameplay (save-gif argument)

v1.1.0

30 Jan 23:38
Compare
Choose a tag to compare

Major update: added pygame UI and full support for interactive play: human vs cpu, human vs human, or cpu vs cpu.
Full changelog: https://github.com/elliottower/gobblet-rl/commits/

v1.0.2

28 Jan 06:24
Compare
Choose a tag to compare

Added testing suite and fixed bugs in game logic.
Full changelog: https://github.com/elliottower/gobblet-rl/commits/

v1.0.0

28 Jan 02:03
Compare
Choose a tag to compare

Initial commit with game environment and example code training with tianshou
Full changelog: https://github.com/elliottower/gobblet-rl/commits/