mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-07 00:11:46 +00:00
Add Tutorials using sphinx-gallery and other template updates (#56)
This commit is contained in:
@@ -162,7 +162,7 @@ if __name__ == "__main__":
|
||||
type_id = type_dict["id"]
|
||||
envs_path = f"../environments/{type_id}"
|
||||
if len(type_dict["list"]) > 20:
|
||||
page = generate_page(type_dict, limit=9)
|
||||
page = generate_page(type_dict, limit=8)
|
||||
fp = open(
|
||||
os.path.join(os.path.dirname(__file__), envs_path, "list.html"),
|
||||
"w",
|
||||
|
Reference in New Issue
Block a user