Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #1.Download&Launch installation script
- wget --no-cache -q -O gensyn.sh https://raw.githubusercontent.com/Evenorchik/Scripts/refs/heads/main/gensyn.sh && sudo chmod +x gensyn.sh && ./gensyn.sh
- #2.Apply config
- source ~/.bashrc
- #3.Run Screen session for you node
- screen -S gensyn
- #4.Create folder, run venv, run node
- cd rl-swarm
- python3 -m venv .venv
- source .venv/bin/activate
- ./run_rl_swarm.sh
- #5.IN LOCAL TERMINAL enter command:
- ssh -L 3000:localhost:3000 root@YOUR_SERVER_IP
- #6.In browser on local PC enter the link
- http://localhost:3000/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement