Skip to content

Commit

Permalink
Implement abstract environments on top of abstract maps
Browse files Browse the repository at this point in the history
Summary:
See D50019979 for context.
We now implement `AbstractEnvironment` based on a given `Map` type implementing `AbstractMap`.
This avoids a lot of code duplication while allowing users to implement their own map data structure.

Reviewed By: arnaudvenet

Differential Revision: D50080942

fbshipit-source-id: 6df6e44ead51f34be81f904a684ba6e48edeabc9
  • Loading branch information
arthaud authored and facebook-github-bot committed Oct 11, 2023
1 parent e595f45 commit d525636
Show file tree
Hide file tree
Showing 5 changed files with 446 additions and 944 deletions.
Loading

0 comments on commit d525636

Please sign in to comment.