Skip to content

Commit

Permalink
docs: updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
koulanurag committed Feb 18, 2024
1 parent d59b111 commit d7ba083
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ table.environment-zoo-table > tr, td {
border: 2px solid rgb(194, 194, 194);
border-collapse: collapse;
}

.disclaimer{
padding: 10px;
font-style: italic;
}

9 changes: 8 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
maze-world
====================================================================

Random maze environments with different size and complexity for reinforcement learning research.
Random maze environments with different size and complexity for reinforcement learning and planning research. This is in-particular to investigate generalization and planning ability in dynamically changing environment.

.. raw:: html

<div class="disclaimer highlight">
Disclaimer: This project is largely a amalgam of references mentioned <a href=#references>here</a>.
</div>


Installation
------------
Expand Down

0 comments on commit d7ba083

Please sign in to comment.