Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crisostomi/neural-world-model
https://github.com/crisostomi/neural-world-model
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crisostomi/neural-world-model
- Owner: crisostomi
- License: mit
- Created: 2022-06-23T17:17:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T17:18:47.000Z (over 2 years ago)
- Last Synced: 2023-03-07T06:46:07.606Z (over 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural World Model
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]
```