https://github.com/matx64/rs-netbot
Old School Runescape (MMORPG) Bot created using a Convolutional Neural Network for object identification
https://github.com/matx64/rs-netbot
cuda numpy python pytorch
Last synced: 4 months ago
JSON representation
Old School Runescape (MMORPG) Bot created using a Convolutional Neural Network for object identification
- Host: GitHub
- URL: https://github.com/matx64/rs-netbot
- Owner: matx64
- Created: 2020-01-25T14:10:35.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T20:12:18.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T09:44:32.425Z (about 1 year ago)
- Topics: cuda, numpy, python, pytorch
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rs-netbot
Old School Runescape (MMORPG) Bot created using a Convolutional Neural Network for object identification.

### Dependencies (Python 3.8)
- Pytorch 1.8+
- OpenCV
- Numpy
- mss
- pynput
- tqdm (optional, for terminal loading bars)
If you have CUDA support, download the CUDA Toolkit from Nvidia and ``` device = torch.device("cuda:0") ``` will use it as primary processing device.
Disclaimer: This bot was created for educational propurses and was never used to get in game advantage.