Project Concept
get_sort_env()
Get a sorting environment with n elements.
n (int) – number of elements.
exclude_self (bool) – whether to exclude swap(i, i) actions.
the sorting environment.
RLEnvBase