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

Support agent modified orders #33

Open
masanorihirano opened this issue Nov 9, 2022 · 1 comment
Open

Support agent modified orders #33

masanorihirano opened this issue Nov 9, 2022 · 1 comment
Labels
enhancement New feature or request need discussion

Comments

@masanorihirano
Copy link
Owner

Because of python, we cannot protect orders submitted once.
Therefore, agents can modify the submitted orders if they store submitted order instances.

pams simulation architecture limit the chance agent can modify the orders because usually agents can act something only in submit_orders methods.
However, we should consider the processing of modified orders.

Due to the original plhamJ implementation, currently there is no way to modify the submitted orders and only thing agents can do is cancel orders and submit new orders.

Note: todo is written here:

# ToDo: Agent modification will be handled in simulator

@masanorihirano masanorihirano added the enhancement New feature or request label Nov 9, 2022
@masanorihirano
Copy link
Owner Author

this is not urgent and careful consideration is required.
Moreover, we should write the document about it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need discussion
Projects
None yet
Development

No branches or pull requests

1 participant