Skip to content

Commit

Permalink
Remove old Pythons for deployment, update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiner committed May 3, 2024
1 parent 78f1589 commit 6804606
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9"]
os: [ubuntu-20.04, macos-latest]
fail-fast: false
steps:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
![NetHack Learning Environment (NLE)](https://github.com/facebookresearch/nle/raw/main/dat/nle/logo.png)
![NetHack Learning Environment (NLE)](https://github.com/heiner/nle/raw/main/dat/nle/logo.png)

--------------------------------------------------------------------------------

<p align="center">
<a href="https://circleci.com/gh/facebookresearch/nle">
<img src="https://circleci.com/gh/facebookresearch/nle.svg?style=shield" />
</a>
<a href="https://github.com/facebookresearch/nle/actions/workflows/build_docker.yml">
<img src="https://github.com/facebookresearch/nle/actions/workflows/test_and_deploy.yml/badge.svg?branch=main" />
<a href="https://github.com/heiner/nle/actions/workflows/build_docker.yml">
<img src="https://github.com/heiner/nle/actions/workflows/test_and_deploy.yml/badge.svg?branch=main" />
</a>
<a href="https://pypi.python.org/pypi/nle/">
<img src="https://img.shields.io/pypi/v/nle.svg" />
Expand Down Expand Up @@ -35,7 +35,7 @@ You can read more about NLE in the [NeurIPS 2020 paper](https://arxiv.org/abs/20
README](./README.nh), at [nethack.org](https://nethack.org/), and on the
[NetHack wiki](https://nethackwiki.com).

![Example of an agent running on NLE](https://github.com/facebookresearch/nle/raw/main/dat/nle/example_run.gif)
![Example of an agent running on NLE](https://github.com/heiner/nle/raw/main/dat/nle/example_run.gif)

### NLE Language Wrapper

Expand Down Expand Up @@ -70,7 +70,7 @@ Otherwise checkout the tutorial Colab notebook [here](https://colab.research.goo
- Küttler et al. [The NetHack Learning Environment](https://arxiv.org/abs/2006.13760) (FAIR, Oxford, NYU, Imperial, UCL, NeurIPS 2020).

Open a [pull
request](https://github.com/facebookresearch/nle/edit/main/README.md)
request](https://github.com/heiner/nle/edit/main/README.md)
to add papers.

# Getting started
Expand Down Expand Up @@ -119,7 +119,7 @@ $ pip install nle
NOTE: If you want to extend / develop NLE, please install the package as follows:

``` bash
$ git clone https://github.com/facebookresearch/nle --recursive
$ git clone https://github.com/heiner/nle --recursive
$ pip install -e ".[dev]"
$ pre-commit install
```
Expand Down Expand Up @@ -277,4 +277,4 @@ If you use NLD or the datasets in any of your work, please cite:
pages={24864--24878},
year={2022}
}
```
```

0 comments on commit 6804606

Please sign in to comment.