All functions
|
bot_eq()
|
Bot that plays according to a specified equilibrium |
bot_mixture()
|
Bot that mixes between different bots |
bot_pop()
|
Bot who mimics the average player population |
bot_random()
|
Bot that chooses all actions randomly |
bot_tables()
|
Bot whose actions are determined by key-action tables |
deploy_webplay_example()
|
Deploys an example app to local directory |
get_wp()
|
Gets the web play object of the current app instance |
make_bots()
|
Convenience function to create a list of bots for all players |
new_pps()
|
Create a new empty population play summary |
new_wp()
|
Create a new web play object |
play_bot_vs_bot()
|
Simulate one play of the game |
pps_add_play_actions()
|
Call this function in the post.page.handler
to update the population play summary |
pps_rearrange()
|
Order pps columns naturally |
set_wp_for_app()
|
This function should be called in the appInitHandler
of your shinyEvents app |
wpDevelApp()
|
Create a simple app for testing and developing a gtree web play |
wp_copy()
|
Copy a web play object |
wp_developer_ui()
|
A developer toolbar to your web play app |
wp_reset()
|
Reset a web play to the start of a new play |
wp_set_to_play()
|
Sets the state of a web play to a play object |