ncps
PyTorch and TensorFlow implementation of NCP, LTC, and CfC wired neural models
File Explorer
Download Latest Version (.zip)- python-test.yml
- custom.css
- index.rst
- tensorflow.rst
- torch.rst
- wirings.rst
- atari_bc.rst
- atari_ppo.rst
- index.rst
- mujoco_pomdp.rst
- tf_first_steps.rst
- torch_first_steps.rst
- after_training.png
- before_training.png
- data.png
- ncp_wiring.png
- rnd_train_loss.png
- rnd_wiring.png
- banner.png
- breakout.webp
- cfc_vs_mlp.png
- half_cheetah.png
- ncp_32.ico
- pybadge.svg
- things.png
- wirings.png
- conf.py
- index.rst
- make.bat
- Makefile
- quickstart.rst
- atari_ppo.py
- atari_tf.py
- atari_torch.py
- bidirectional.py
- infer_states.py
- keras_save.py
- pd_example.py
- pt_example.py
- pt_implicit.py
- save_model.py
- stacking_ncp.py
- torch_cfc_sinusoidal.py
- ncp_cnn.png
- pybadge.svg
- sine.webp
- wirings.png
- __init__.py
- atari_cloning.py
- __init__.py
- atari_cloning.py
- __init__.py
- icra2020_lidar_collision_avoidance.py
- utils.py
- __init__.py
- cfc.py
- cfc_cell.py
- ltc.py
- ltc_cell.py
- mm_rnn.py
- wired_cfc_cell.py
- __init__.py
- ltc_cell.py
- test_keras.py
- test_tf.py
- test_torch.py
- __init__.py
- cfc.py
- cfc_cell.py
- ltc.py
- ltc_cell.py
- mm_rnn.py
- wired_cfc_cell.py
- __init__.py
- cfc.py
- cfc_cell.py
- lstm.py
- ltc.py
- ltc_cell.py
- wired_cfc_cell.py
- __init__.py
- wirings.py
- __init__.py
- README.md
- .gitignore
- .readthedocs-requirements.txt
- .readthedocs.yml
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/mlech26l/ncps
Downloads the entire project code from GitHub to your computer.
cd ncps
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install ncps
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install ncps
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
