From ef8b84f49a5f08e636d8393bbcee0a153e4d5271 Mon Sep 17 00:00:00 2001 From: Yicheng Luo Date: Tue, 31 Oct 2023 17:18:25 +0000 Subject: [PATCH] Update exorl checksums --- corax/datasets/tfds/exorl/checksums.tsv | 2 ++ hatch.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/corax/datasets/tfds/exorl/checksums.tsv b/corax/datasets/tfds/exorl/checksums.tsv index d3449f6..f1f31fe 100644 --- a/corax/datasets/tfds/exorl/checksums.tsv +++ b/corax/datasets/tfds/exorl/checksums.tsv @@ -1,4 +1,6 @@ https://dl.fbaipublicfiles.com/exorl/cartpole/proto.zip 587145013 0384fa7c899777150335b0d602c6b3d945cdc856adbd81341d1eb8848854a042 proto.zip https://dl.fbaipublicfiles.com/exorl/cheetah/proto.zip 2280144517 f18e42150977604b6244a5cdf97aa3e2d078700ab60440050b12b98f60dd00d8 proto.zip +https://dl.fbaipublicfiles.com/exorl/jaco/proto.zip 2502210180 c8da7ff91856e1865deef46f964f4ed5d7663312769a941b71a9706a8a049476 proto.zip +https://dl.fbaipublicfiles.com/exorl/point_mass_maze/proto.zip 527876713 1839c8d7426fb43c33dcabfb1adf6d4128e43c94989a3d0f053244f4a7da5064 proto.zip https://dl.fbaipublicfiles.com/exorl/quadruped/proto.zip 7768551121 b9d613aaaadfd8bf75a9a9a52e3e61f27a473d5ab9b1bcd39c25056ab23234a5 proto.zip https://dl.fbaipublicfiles.com/exorl/walker/proto.zip 2584420588 a34d0edf628d4824d90d1bf6cb69b2d97bf0c753a09a04bffc3deab130277b42 proto.zip diff --git a/hatch.toml b/hatch.toml index 05de692..d2e3a57 100644 --- a/hatch.toml +++ b/hatch.toml @@ -1,5 +1,5 @@ [envs.default] -python = "3.9" +python = "3.10" features = ["jax", "tf", "test", "dev"] pre-install-commands = [ "pip install -r projects/baselines/requirements.txt",