Skip to main content

Recreating Google DeepMind's XLand RL environment in JAX

Project description

ICLand

GitHub Actions Workflow Status Codecov

Development Instructions

Clone the project locally:

$ git clone git@github.com:lysj-cpu/icland.git
$ cd icland

uv (recommended)

The project can be run via uv:

$ uv run python -c "import icland; print(icland.__doc__)"
Recreating Google DeepMind's XLand RL environment in JAX.

Ruff is used for formatting.

$ uv run ruff check   # Linting
$ uv run ruff format  # Formatting

You can also install pre-commit hooks to automatically run validation checks when making a commit:

$ uv run pre-commit install

pip

uv is preferred over pip and also installs developer dependencies. However, pip might still be useful for small modifications.

First, we create and activate a virtual environment:

$ python -m venv env
$ source env/bin/activate

Then install in editable mode:

$ pip install -e .
$ python -c "import icland; print(icland.__doc__)"
Recreating Google DeepMind's XLand RL environment in JAX.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

icland-0.1.0a2.tar.gz (195.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

icland-0.1.0a2-py3-none-any.whl (66.7 kB view details)

Uploaded Python 3

File details

Details for the file icland-0.1.0a2.tar.gz.

File metadata

  • Download URL: icland-0.1.0a2.tar.gz
  • Upload date:
  • Size: 195.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.3

File hashes

Hashes for icland-0.1.0a2.tar.gz
Algorithm Hash digest
SHA256 f279d28490f86807f7366a79cfb504fc42d4d042fb1aa415e58e750156e8f1a9
MD5 f3720c9691e99471135d1ab79c87a1a1
BLAKE2b-256 1adcb1c2f9ad00399d42d43bd6e87be8786078711123b1779748915469087dd8

See more details on using hashes here.

File details

Details for the file icland-0.1.0a2-py3-none-any.whl.

File metadata

  • Download URL: icland-0.1.0a2-py3-none-any.whl
  • Upload date:
  • Size: 66.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.3

File hashes

Hashes for icland-0.1.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 bcd87b8d95c015c010c78176774e499eaa645cf5fc1d8dfd40716d8310a4b560
MD5 a644b44df9a1076036e7f445a73039d1
BLAKE2b-256 07d601003babd1c178e33544be08fc7d14e875ba26d2b982e984050160ceb717

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page