Jumanji v0.3.0
Update
We release v0.3.0
with a more standardized codebase that now includes 18 environments.
What's Changed
- fix(generator_maze): correct definition of width and height by @coyettev in #126
- fix: make autoreset wrapper return 2 on reset by @rodSiry in #123
- feat(maze): update generator to return state by @PDuckworth in #122
- feat(connector): single agent by @sash-a in #119
- feat(tsp): generator by @surana01 in #137
- refactor(snake): define viewer outside the env class by @clement-bonnet in #134
- fix(training): connector num_agents in networks by @clement-bonnet in #145
- feat(cvrp): generator by @surana01 in #138
- feat(knapsack): generator by @surana01 in #139
- fix(parametric_action_distribution): sum kl divergence over event_ndims in parametric action distribution by @clement-bonnet in #142
- feat(connector): random walk board generator by @mwolinska in #120
- fix(2048): incorrect action mask by @aar65537 in #144
- fix: put upper bounds on versions of jax and jaxlib by @dluo96 in #150
- feat(robot_warehouse): full environment by @arnupretorius in #140
- feat(graph_coloring): implement graph_coloring environment by @ElshadaiK in #130
- feat(sudoku): implement environment by @Egiob in #125
- fix: data copy setup by @Egiob in #151
- docs: image fixes by @clement-bonnet in #154
- feat(MMST): multi minimum spanning tree environment by @ulricharmel in #135
- feat(multi_cvrp): Implement MultiCVRP environment by @DriesSmit in #133
- feat(tetris): implement Tetris environment by @MedAliMimouni in #132
- fix: jax version constraint by @aar65537 in #160
- feat: paper configs by @clement-bonnet in #156
- docs: update online doc with new environments by @clement-bonnet in #158
- feat(training): multi-worker training by @clement-bonnet in #164
- feat(training): upload checkpoints by @clement-bonnet in #165
- ci: increment version by @clement-bonnet in #167
New Contributors
- @rodSiry made their first contribution in #123
- @PDuckworth made their first contribution in #122
- @sash-a made their first contribution in #119
- @mwolinska made their first contribution in #120
- @Uokoroafor made their first contribution in #120
- @RandyBrown1965 made their first contribution in #120
- @ojorgensen made their first contribution in #120
- @baubels made their first contribution in #120
- @aar65537 made their first contribution in #144
- @arnupretorius made their first contribution in #140
- @ElshadaiK made their first contribution in #130
- @Egiob made their first contribution in #125
- @ulricharmel made their first contribution in #135
- @DriesSmit made their first contribution in #133
- @MedAliMimouni made their first contribution in #132
Full Changelog: v0.2.2...v0.3.0