Install and set up Counting Reward Machines
pip install pyrewardmachines
# Clone the repository git clone https://github.com/TristanBester/pycrm.git cd pycrm # Create and activate virtual environment python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate # Install in development mode pip install -e .
pip show pycrm