Skip to content

Commit

Permalink
🔖 Minecraft 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Jun 5, 2024
1 parent a9dacb0 commit 3740a4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is the latest development repository of CraftGround environment.

## Quick start

1. You need to install JDK >= 17
1. You need to install JDK >= 21
1. Run the following command to install the package.
```shell
pip install git+https://github.com/yhs0602/CraftGround
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ A **fast**, **up-to-date**, and **feature-rich** Minecraft-based reinforcement l

## Version

![Static Badge](https://img.shields.io/badge/Minecraft-1.19.4-green)
![Static Badge](https://img.shields.io/badge/CraftGround-1.7.37-blue)
![Static Badge](https://img.shields.io/badge/Minecraft-1.20.6-green)
![Static Badge](https://img.shields.io/badge/CraftGround-2.0.0-blue)

## Install
```shell
pip install git+https://github.com/yhs0602/CraftGround
```

### Dependencies
- JDK 17
- JDK 21
- OpenGL
- GLEW
- libpng
Expand All @@ -26,7 +26,7 @@ pip install git+https://github.com/yhs0602/CraftGround
```shell
conda create -n my-experiment python=3.9
conda activate my-experiment
conda install -c conda-forge openjdk=17
conda install -c conda-forge openjdk=21
conda update -n base -c defaults conda
python -m pip install -r requirements.txt
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
packages = find_packages()
setup(
name="craftground",
version="1.8.2",
version="2.0.0",
packages=packages,
install_requires=["gymnasium", "Pillow", "numpy", "protobuf", "typing_extensions"],
author="yhs0602",
Expand Down

0 comments on commit 3740a4d

Please sign in to comment.