Skip to content

Commit

Permalink
added live coding add custom enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
engmubarak48 committed Jun 11, 2024
1 parent d107305 commit 154a252
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 @@ -24,7 +24,7 @@ The Scrabble environment simulates a simple letter arrangement game where sequen

``Actions`` in the Scrabble environment are single-element tuples containing the index of the letter to be added to the sequence. For instance, the end of the sequence (EOS) action is denoted by (-1,). The tuple format allows us to represent more than single action, because certain enviroments could have multiple actions.

In the library, we make it easy adding new enviroments for your own task. In the documentation, we show how to do this seamlessly.
In the library, we make it easy adding new enviroments for your own task. In the documentation, we show how to do this seamlessly. You can also watch a live coding tutorial on how to add your custom enviroment [here](https://www.youtube.com/watch?v=tMVJnzFqa6w&t=5h22m35s)

### Proxy

Expand Down

0 comments on commit 154a252

Please sign in to comment.