mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-26 09:55:26 +02:00

Resolves the ModuleNotFoundError when running evaluation_script.py. Users can now run the script after installing dependencies: 1. python -m venv venv && source venv/bin/activate 2. pip install -r requirements.txt 3. PYTHONPATH=. python tasks/evaluation_script.py [args]
7 lines
No EOL
150 B
Python
7 lines
No EOL
150 B
Python
"""
|
|
Mindcraft Task Evaluation Package
|
|
|
|
This package provides utilities for running and evaluating Minecraft AI agent tasks.
|
|
"""
|
|
|
|
__version__ = "1.0.0" |