Views
No views yet
DinoEnv) that:1# Create virtual environment
2python -m venv venv
3
4# Activate on Linux/macOS
5source venv/bin/activate
6
7# Activate on Windows
8# venv\Scripts\activatepip install -r requirements.txt1# Linux
2google-chrome --remote-debugging-port=1234
3
4# Windows
5# chrome.exe --remote-debugging-port=1234python rf.pyrf.py:1# Uncomment and modify this line in rf.py
2# model = PPO.load("models/ppo_dino_1000k", env=env)