The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents. We provide implementations ...
* Utility class for reading memory-mapped files. * Default constructor. Use open() for opening a file. MemoryMappedFile() = default; * Constructor opening a file. Use is_open() to check if successful.