ashish2244's picture
Initial commit (part 4)
a4473a4 verified
|
Raw
History Blame Contribute Delete
1.14 kB

Background

This section provides foundational knowledge to help you understand the technologies and concepts that power the ML-Agents Toolkit.

Topic Description
Machine Learning Introduction to ML concepts, reinforcement learning, and training principles.
Unity Unity fundamentals for ML-Agents development and environment creation.
PyTorch PyTorch basics for understanding the training pipeline and neural networks.
Using Virtual Environment Setting up and managing Python virtual environments for ML-Agents.
ELO Rating System Understanding ELO rating system for multi-agent training evaluation.