Install SheepRL on Fedora
Company:
Product:
Talk:
- ChatGPT and Minecraft’s diamonds playing agents: Reinforcement Learning in a nutshell with sheeprl
Install steps:
- repo
- Requires python 3.10
sudo dnf install python3.10 python3.10-devel
git clone https://github.com/Eclectic-Sheep/sheeprl.git
python3.10 -m venv ~/.venv/sheeprl
cd sheeprl
pip install .
pip install opencv-python
python sheeprl.py ppo exp=ppo env=gym env.id=CartPole-v1
pip install .[atari]