/NewtonianVAE

Primary LanguagePythonApache License 2.0Apache-2.0

NewtonianVAE

Setup

1. Install dependencies

python3 -m pip install -r requirements.txt

How to train [ sample ]

1. Collect data

Below command can collect dataset.

./collect_data.py

2. Train model

Below command can train the NewtonianVAE model

./train.py

3. Check correlation

./check_correlation.py

correlation

4. Check operability

./check_operability.py

operability

Dependencies

pixyz>=0.3.3
torch>=1.12.0
numpy>=1.23.1
PyYaml>=5.3.1
matplotlib>=3.5.2
tqdm>=4.64.0
dm_control>=1.0.8
tensorboardX>=2.5.1

Citations