baselax.utils

baselax.utils module provides additional functionalities of Baselax with several separating files.

baselax.utils.network module

baselax.utils.network.action_space_dim(space: Space) int

Returns the dimension of the action space.

baselax.utils.seeding module

baselax.utils.seeding.global_seed(seed: int)

Seed the random number generator manually.