Merge pull request #3214 from Ansh-Sarkar/documentation-fixes

Fixed All Link Related Issues
This commit is contained in:
Ryan Curtin
2022-05-28 16:56:57 -04:00
committed by GitHub
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ assignees: ''
<!--
Welcome! If you have a question you'd like to ask, you can do it here or on the
mlpack mailing list; see also https://mlpack.org/help.html.
mlpack mailing list; see also https://www.mlpack.org/questions.html.
If you're looking for how to get involved and contribute, there's no need to
open an issue---you can see https://www.mlpack.org/community.html instead.
@@ -3,7 +3,7 @@
* @author Rohan Raj
*
* This file is an implementation of Acrobot task:
* https://gym.openai.com/envs/Acrobot-v1/
* https://www.gymlibrary.ml/environments/classic_control/acrobot
*
* mlpack is free software; you may redistribute it and/or modify it under the
* terms of the 3-clause BSD license. You should have received a copy of the
@@ -3,7 +3,7 @@
* @author Shangtong Zhang
*
* This file is an implementation of Cart Pole task:
* https://gym.openai.com/envs/CartPole-v0
* https://www.gymlibrary.ml/environments/classic_control/cart_pole
*
* TODO: provide an option to use dynamics directly from OpenAI gym.
*
@@ -4,7 +4,7 @@
* @author Shashank Shekhar
*
* This file is an implementation of Continous Mountain Car task:
* https://gym.openai.com/envs/MountainCarContinuous-v0/
* https://www.gymlibrary.ml/environments/classic_control/mountain_car_continuous
*
* TODO: provide an option to use dynamics directly from OpenAI gym.
*
@@ -3,7 +3,7 @@
* @author Shangtong Zhang
*
* This file is an implementation of Mountain Car task:
* https://gym.openai.com/envs/MountainCar-v0
* https://www.gymlibrary.ml/environments/classic_control/mountain_car
*
* TODO: provide an option to use dynamics directly from OpenAI gym.
*
@@ -3,7 +3,7 @@
* @author Shashank Shekhar
*
* This file is an implementation of Pendulum task:
* https://gym.openai.com/envs/Pendulum-v0/
* https://www.gymlibrary.ml/environments/classic_control/pendulum/
*
* TODO: provide an option to use dynamics directly from OpenAI gym.
*