Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 653 Bytes

File metadata and controls

31 lines (22 loc) · 653 Bytes

Contributing

This is a research-oriented prototype. Contributions, issues, and suggestions are welcome.

Setup

git clone https://github.com/Sonofmecury/human-adaptive-simulation-environment.git
cd human-adaptive-simulation-environment
pip install -e ".[dev]"

Running tests

pytest tests/ -v

Code style

  • Follow PEP 8.
  • Keep modules small and single-purpose.
  • Add a docstring to every public class and function.

Submitting changes

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature/your-feature.
  3. Commit your changes with a clear message.
  4. Open a pull request against main.