Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Environment.java to AIMA4e #378

Closed
wants to merge 2 commits into from
Closed

Conversation

ritwik12
Copy link
Contributor

@ritwik12 ritwik12 commented Mar 17, 2018

Solves #371 This PR consists :

  1. Add Environment in README.md.
  2. Add Environment.java.

/**
* Returns the Agent(s) belonging to this Environment.
*/
List<Agent> getAgents();
Copy link
Contributor

@utsavoza utsavoza Mar 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agent in AIMA4e is a generic interface with a different API than in AIMA3e. Any implementation of this interface would possibly be fraught of unchecked warnings. Please verify the implementation by giving a supporting example environment that implements this interface.

@ritwik12
Copy link
Contributor Author

@norvig Please have a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants