- Notifications
You must be signed in to change notification settings - Fork34
v2.1.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
· 94 commits to main since this release
7bc6f77
This commit was created on GitHub.com and signed with GitHub’sverified signature.
There is a breaking change in Kuhn Poker in#1171
There are several internal changes in Go, Tic-tac-toe, and ConnectFour.
What's Changed
- [Example] Use optax policy loss by@sotetsuk in#1106
- [Example] Extract loss input computation by@sotetsuk in#1107
- [Example] Add MCTS example by@sotetsuk in#1109
- [CI] Hotfix haiku install errors by@sotetsuk in#1114
- [CI] Suppress codecov by@sotetsuk in#1110
- [CI] Simplify GitHub Action file by@sotetsuk in#1112
- [colab] Fix link to colab by@sotetsuk in#1117
- Update
.gitignore
by@sotetsuk in#1118 - [Docs] Add JaxMARL to README by@sotetsuk in#1120
- [CI] Fix build by@sotetsuk in#1121
- [Mahjong] Reduce compilation/run time of
_pass()
by@OkanoShinri in#1122 - Add XLand-MiniGrid to README by@Howuhh in#1124
- [Docs] Add notes in AZ readme by@sotetsuk in#1125
- [Tidy] Remove unnecessary comments by@sotetsuk in#1126
- [Docs] Reorder README badges by@sotetsuk in#1128
- [Go] Separate go specific attributes by@sotetsuk in#1129
- [Go] Extract game logic functions by@sotetsuk in#1130
- [Go] Move game logic to
_src/games
by@sotetsuk in#1131 - [Go] Refactor naming by@sotetsuk in#1132
- [Go] Add new logic class by@sotetsuk in#1133
- [Go] Use
NamedTuple
instead ofdataclass
by@sotetsuk in#1134 - [Mahjong] Add some comments for development by@OkanoShinri in#1123
- [Format] Use
line_length = 120
by@sotetsuk in#1136 - [Go] Tidy by@sotetsuk in#1137
- [Go] make
color
optional inobserve
by@sotetsuk in#1138 - [Go] Fix to use
history_length
by@sotetsuk in#1139 - [Go] rename
terminal_values
toreturns
by@sotetsuk in#1140 - [Game API] Add
__init__.py
by@sotetsuk in#1142 - [Docs] UPDATE
README.md
by@sotetsuk in#1143 - [Protocol] Add
TwoPlayerPerfectInfoGame
by@sotetsuk in#1144 - [Go] Tidy signatures by@sotetsuk in#1145
- [TicTacToe] Separate TicTacToe specific attributes by@sotetsuk in#1146
- [Version]
2.1.0-rc0
by@sotetsuk in#1147 - [TicTacToe] Split game specific methods by@sotetsuk in#1148
- [TicTacToe] Extract
games/tic_tac_toe.py
by@sotetsuk in#1149 - [Go, TicTacToe] Align
step
functions by@sotetsuk in#1150 - [ConnectFour] Separate game specific attributes by@sotetsuk in#1151
- [ConnectFour] Separate game specific methods by@sotetsuk in#1152
- [ConnectFour] Extract
games/connect_four.py
by@sotetsuk in#1153 - [Go] Add
step_count
by@sotetsuk in#1155 - [Go] Move
max_termination_steps
togames/go.py
by@sotetsuk in#1156 - [Go] Refactor using
_player_order
by@sotetsuk in#1157 - [Go] Fix
size
attribute jittable by@sotetsuk in#1158 - [Go] Tidy Go environment by@sotetsuk in#1160
- [Game] Rename
returns
torewards
by@sotetsuk in#1161 - [Format] Apply update black format by@sotetsuk in#1168
- Add
from_fen/to_fen
topgx.experimental.chess
by@sotetsuk in#1167 - [Chess] Accelerate
chess_utils.py
import (jnp => np) by@Akulen in#1170 - [Hotfix] Restore CI by@sotetsuk in#1175
- [Kuhn Poker] Simplify action space by@Egiob in#1171
- [README] Enhance citation information by@sotetsuk in#1181
- Bump jinja2 from 3.1.2 to 3.1.3 in /docs by@dependabot in#1182
- [Go] Extract
from_sgf
by@sotetsuk in#1184 - Bump jinja2 from 3.1.3 to 3.1.4 in /docs by@dependabot in#1185
- [Chess] fix dummy observation by@bkorpan in#1186
- [Bridge] Enhance DDS dataset by@sotetsuk in#1187
- Replace deprecated jax.tree_map function with jax.tree_util.tree_map by@KazukiOhta in#1188
- [CI] Remove Mahjong from CI by@sotetsuk in#1189
- Bump zipp from 3.18.0 to 3.19.1 in /docs by@dependabot in#1190
- [BridgeBidding] Improve efficiency in using dds results by@sotetsuk in#1191
- [Docs] Add
https://github.com/sotetsuk/make-dds-dataset
to bridge docs by@sotetsuk in#1194 - [Release] v2.1.0 by@sotetsuk in#1195
New Contributors
- @Howuhh made their first contribution in#1124
- @Akulen made their first contribution in#1170
- @Egiob made their first contribution in#1171
- @bkorpan made their first contribution in#1186
- @KazukiOhta made their first contribution in#1188
Full Changelog:v2.0.1...v2.1.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.