Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V vadere
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 117
    • Issues 117
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • vadere
  • vadere
  • Wiki
  • Vadere components
  • Psychology Layer

Psychology Layer · Changes

Page history
Update Psychology Layer authored Aug 09, 2021 by Christina Maria Mayr's avatar Christina Maria Mayr
Hide whitespace changes
Inline Side-by-side
Vadere-Components/Psychology-Layer.md
View page @ c5422549
......@@ -44,7 +44,7 @@ Use following steps to add new stimuli to Vadere:
3. Use an existing perception model like `SimplePerceptionModel` or implement your own and make the stimulus available for agents by using `agent.setMostImportantStimulus()`. On cognition layer, `agent.getMostImportantStimulus()` can be used to process this information further to set an agent's self category. This self category influences the motion of an agent on the locomotion layer. For instance, `SELF_CATEGORY.COOPERATIVE` causes agents to swap positions to reach a target.
### Adding stimuli dynamically
The flowcontrol repository is a python package that allows to add stimuli dynamically. In particular, stimuli can be introduced during run-time. This enables the user to specify state-dependent stimuli, e.g. waiting behavior that depends on a density measured in a local area.
The [flowcontrol repository](https://github.com/roVer-HM/flowcontrol) is a Python package that allows to add stimuli dynamically. In particular, stimuli can be introduced during run-time. This enables the user to specify state-dependent stimuli, e.g. waiting behavior that depends on a density measured in a local area.
*Please note* that dynamic stimuli are set at the end of the time step in Vadere. However, they are not executed until the following time step.
......
Clone repository
  • Home
  • Vadere Components
    • Migration Assistant
    • Output Processors
    • Scenario Elements
    • Psychology Layer
  • Building and Releasing
    • Continous Integration
    • Checklist: New Release
  • Modeling
    • Group Model
    • Group Model Validation Tests
    • Observations on Models
  • Algorithms
    • Triangulation: EikMesh
    • Triangulation for Simulations
  • Misc
    • Communication with Other Simulators over Sockets
    • Target Learning