Skip to content

Commit

Permalink
tutorials for new algorithms (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhangliu committed Jan 16, 2024
1 parent 3dacc50 commit dfde990
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/source/documents/usage/tutorials_new.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Tutorials for New Algorithms
================================

As a flexible deep reinforcement learning library, it is easy for newers to extend new algorithms to XuanCe
and build customized algorithms based on XuanCe.
As is mentioned in :doc:`here <../../index>`, an algorithm consists of four components,namely representation, policy, learner, and agent.
Hence, one can create a customized algorithm by the following steps.

.. raw:: html

<br><hr>

Step 1: Customized Representation
------------------------------------




Step 2: Customized Policy
------------------------------------





Step 3: Customized Learner
------------------------------------





Step 4: Customized Agent
------------------------------------



0 comments on commit dfde990

Please sign in to comment.