Install and set up Counting Reward Machines
pip install counting-reward-machines
# Clone the repository git clone https://github.com/TristanBester/counting-reward-machines.git cd counting-reward-machines # 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 crm