concepts.benchmark.algorithm_env.quickaccess.make#

make(task, *args, **kwargs)[source]#

Make an environment.

Parameters:
  • task (str) – the task name. It can be ‘sort’ or ‘path’.

  • args – the arguments for the environment.

  • kwargs – the keyword arguments for the environment.

Returns:

the environment.

Return type:

env