Skip to content

Tags: google-deepmind/lab2d

Tags

release_v1.0.0

Toggle release_v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[make_wheel.yml] Also build wheels with ubuntu-20.04 (glibc 2.31)

release_candidate_2023-06_01

Toggle release_candidate_2023-06_01's commit message
[make_wheel.yml] Build wheels with LuaJit, and add MacOS/ARM64.

test_luajit_arm64

Toggle test_luajit_arm64's commit message
Build wheels and precommits with LuaJit and for MacOS/ARM64.

Affects [bazelrc, precommit, make_wheel, luajit.BUILD].

Building for ARM64 on the x86_64 GitHub action runners uses
cross-compilation. We add a new configurable setting to allow the
genrules that are executed on the host to be aware of the intended
target architecture, and we set this setting's value via a command
line flag subsumed by the "macos_arm64" config in our .bazelrc.

Since the build results are not runnable on the GitHub x86_64 runners,
we don't run the unit tests in those configurations.

release_candidate_2023-05-22

Toggle release_candidate_2023-05-22's commit message
[make_wheel.yml] Build wheels for macos-{11,12,13}, and Py 3.{8-11}

release_candidate_2022-03-24

Toggle release_candidate_2022-03-24's commit message
[make_wheel.yml] Build wheels with optimisations

release_candidate_2021-07-13

Toggle release_candidate_2021-07-13's commit message
[grid_world] Use Lua stack more efficiently.

This avoid previous stack overflows in situations where many states
and hit types were being created, and is all around a better use of
resources.