mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-31 10:09:53 +00:00
* Add Algorithmic Environment documentation I have added the documentation for algorithmic environments present on OpenAI gym. Please note Reversed_Addition and Reversed_Addition3 have a single file and can be varied by giving rows parameter values 2,3 respectively. The following work is still pending: *Create a new table format to accommodate hyperlinks for value ranges that use parameters defined in the class *Add documentation for Manual Control section *Compute Average Reward * Correct import statements in table * Add Toy Text Environments * New table struct for algorithm envs * New table struct for toy text envs * Remove algorithmic env * Update taxi.md Co-authored-by: J K Terry <justinkterry@gmail.com>