Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crisostomi/neural-world-model


https://github.com/crisostomi/neural-world-model

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Neural World Model


CI
Docs
NN Template
Python
Code style: black

A new awesome project.

## Installation

```bash
pip install git+ssh://[email protected]/crisostomi/neural-world-model.git
```

## Quickstart

[comment]: <> (> Fill me!)

## Development installation

Setup the development environment:

```bash
git clone [email protected]:crisostomi/neural-world-model.git
cd neural-world-model
conda env create -f env.yaml
conda activate nwm
pre-commit install
```

Run the tests:

```bash
pre-commit run --all-files
pytest -v
```

### Update the dependencies

Re-install the project in edit mode:

```bash
pip install -e .[dev]
```