Python API to Aigents backend/core and experienttial learning experiments
- Make sure you have Python3 pip and vitualenv installed, see https://1cloud.ru/help/linux/ustanovka-jupyter-notebook-na-ubuntu-18-04 (do this only once)
- git clone https://github.com/aigents/aigents-python.git (do this only once)
- cd aigents-python
- virtualenv env or python -m venv env (do this only once)
- . env/bin/activate (. ./env/Scripts/activate - if under Windows)
- pip install -r requirements.txt (do this only once)
- sudo iptables -A INPUT -p tcp --dport 8888 -j ACCEPT (do this only once, need only to deploy on cloud server)
- jupyter notebook --no-browser --port=8888 (if you are doing this on your local machine, just access http://localhost:8888/ locally in the browser)
ssh -i <yourkey>.pem -N -f -L localhost:9999:localhost:8888 <yourusername>@<yourhost>(do this in terminal)- http://localhost:9999/ (access this in the browser)