RLearn_Modeling Package ================================== The structure of the Rlearn_Modeling package is as follows: structure --------- .. code-block:: python └── main_class.py #main class for the event data └── Sports └── soccer └── application #main class for the event data └── class_weight #the class weight for the model └── models # the models for the soccer event └── modules # the modules for the model └── torch # the torch functions for the model └── utils # the utils for the model └── constants.py # the constants for the model └── dataclass.py # the dataclass for the model └── source.py # the source for the model └── env.py # the enviroment