Di Lu
Di Lu
+1. Some documentation would be of great help. At least that would help people who are googling for APM Celery integrations more quickly find necessary instructions.
> There needs to be a direct or indirect relationship between all tables in your schemas. > Can you please provide more details of your database schema? I've hyperlinked the...
Thanks @toluaina. I reckon this would be a fantastic feature, especially for multI-tenanted SaaS applications relying on the database schema to achieve data isolation, which is a common practice :D...
@shawnmssu Hmmm I still cant find the literal representation (like, `postgresql-ha-1`) of PostgreSQL instance type on the console portal.. Could you point me out where the spec is?
@shawnmssu Thx~ just now tried with the following script ``` resource "ucloud_db_instance" "psql" { name = "${local.common_prefix}-psql" availability_zone = data.ucloud_zones.default_zone.zones[0].id instance_storage = 40 instance_type = "postgresql-ha-2" engine = "postgresql" engine_version...
@shawnmssu Another question. Is there "HA" the only supported type of instance? If I create the database via portal, both "HA" and "Normal" types are selectable
Thanks @friedsela ! Could you give a bit more descriptive details regarding the model you have created, and what are the error messages? I should be able to look into...
Hi @friedsela, I've just pushed a batch of minor fixes for addressing some issues in the POMDP parser and the utility function creation. But that didn't really solve the issue...
> So, if I understand correctly, if in my POMDP the reward depends only on s_i and a_i, then it should work? > Also, as far as I understand, this...
Hmmm I don't really think they are even comparable as they are solving different POMDPs. POMCP is designed for solving online planning problems in POMDP, whereas PBVI is for off-line...