Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

[Doc Day] Totally rewrite Worlds docs. #3049

Merged
merged 5 commits into from
Sep 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/source/_static/img/world_batchboth.png
Binary file not shown.
Binary file removed docs/source/_static/img/world_hogwild.png
Binary file not shown.
16 changes: 7 additions & 9 deletions docs/source/tutorial_basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,13 @@ Another simple world we include is MultiAgentDialogWorld, which is
similar but generalizes this to cycle between any number of agents in a
round robin fashion.

### Advanced Worlds

We also include a few more advanced "container" worlds: in particular,
we include both a BatchWorld and a HogwildWorld. These worlds are
automatically used when either the `numthreads` parameter or the
`batchsize` parameter are set to greater than one. Some extra
functionality is needed to get these to work on the side of both the
teacher and the learner, but we'll cover that in a different tutorial
(see: tutorial\_worlds).
:::{note} Advanced Worlds
We also include a few more advanced "container" worlds: in particular, we
include both a BatchWorld and a DynamicBatchWorld. These worlds may be used when
certain options are sent. See the [Worlds](tutorial_worlds) tutorial to
understand how these work.
:::


Using ParlAI
------------
Expand Down
Loading