Skip to content

Commit

Permalink
Merge pull request #83 from musicinmybrain/of-and
Browse files Browse the repository at this point in the history
Fix a trivial typo (“of and”→“of an”)
  • Loading branch information
TomGeorge1234 authored Oct 16, 2023
2 parents b987740 + 099777e commit 6789187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ A dedicated `Neurons` class called `SuccessorFeatures` learns the successor feat

`SuccessorFeatures` are a specific instance of a more general class of neurons called `ValueNeuron`s which learn value function for any reward density under the `Agent`s motion policy. This can be used to do reinforcement learning tasks such as finding rewards hidden behind walls etc as shown in [this demo](./demos/reinforcement_learning_example.ipynb).

We also have a working examples of and actor critic algorithm using deep neural networks [here](./demos/actor_critic_example.ipynb)
We also have a working examples of an actor critic algorithm using deep neural networks [here](./demos/actor_critic_example.ipynb)

Finally, we are working on a dedicated subpackage -- (`RATS`: RL Agent Toolkit and Simulator) -- to host all this RL stuff and more so keep an eye out.

Expand Down

0 comments on commit 6789187

Please sign in to comment.