This is a research-oriented prototype. Contributions, issues, and suggestions are welcome.
git clone https://github.com/Sonofmecury/human-adaptive-simulation-environment.git
cd human-adaptive-simulation-environment
pip install -e ".[dev]"pytest tests/ -v- Follow PEP 8.
- Keep modules small and single-purpose.
- Add a docstring to every public class and function.
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature. - Commit your changes with a clear message.
- Open a pull request against
main.