|
Billiard
1
A Gym Environment with a ball pushing arm
|
Functions | |
| def | generate_random_states (filepath, filename, samples=50000) |
| def gym_billiard.utils.utils.generate_random_states | ( | filepath, | |
| filename, | |||
samples = 50000 |
|||
| ) |
This function generates random images of possible environment states. :param filepath: Path were to save the images :param filename: Name of the images collection :param samples: Number of images to generate :return:
1.8.17