Update app.py
Browse files
app.py
CHANGED
@@ -284,56 +284,81 @@ roleplaying_glossary = {
|
|
284 |
"Supports various AI algorithms and models"
|
285 |
]
|
286 |
},
|
287 |
-
"
|
288 |
-
"
|
289 |
-
"
|
290 |
-
"
|
291 |
-
"
|
292 |
-
"
|
293 |
-
"
|
|
|
294 |
],
|
295 |
-
"
|
296 |
-
"
|
297 |
-
"
|
298 |
-
"
|
299 |
-
"
|
300 |
-
"
|
|
|
301 |
],
|
302 |
-
"
|
303 |
-
"
|
304 |
-
"
|
305 |
-
"
|
306 |
-
"
|
307 |
-
"
|
|
|
308 |
],
|
309 |
-
"
|
310 |
-
"
|
311 |
-
"
|
312 |
-
"
|
313 |
-
"
|
314 |
-
"
|
|
|
315 |
],
|
316 |
-
"
|
317 |
-
"
|
318 |
-
"
|
319 |
-
"Includes
|
320 |
-
"
|
321 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
322 |
],
|
323 |
-
"
|
324 |
-
"
|
325 |
-
"
|
326 |
-
"
|
327 |
-
"
|
328 |
-
"
|
|
|
329 |
],
|
330 |
-
"
|
331 |
-
"
|
332 |
-
"
|
333 |
-
"
|
334 |
-
"
|
335 |
-
"
|
336 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
]
|
338 |
}
|
339 |
}
|
|
|
284 |
"Supports various AI algorithms and models"
|
285 |
]
|
286 |
},
|
287 |
+
"π World Ship Design": {
|
288 |
+
"ShipHullGAN π": [
|
289 |
+
"Generic parametric modeller for ship hull design",
|
290 |
+
"Uses deep convolutional generative adversarial networks (GANs)",
|
291 |
+
"Trained on diverse ship hull designs",
|
292 |
+
"Generates geometrically valid and feasible ship hull shapes",
|
293 |
+
"Enables exploration of traditional and novel designs",
|
294 |
+
"From the paper 'ShipHullGAN: A generic parametric modeller for ship hull design using deep convolutional generative model'"
|
295 |
],
|
296 |
+
"B\'ezierGAN π": [
|
297 |
+
"Automatic generation of smooth curves",
|
298 |
+
"Maps low-dimensional parameters to B\'ezier curve points",
|
299 |
+
"Generates diverse and realistic curves",
|
300 |
+
"Preserves shape variation in latent space",
|
301 |
+
"Useful for design optimization and exploration",
|
302 |
+
"From the paper 'B\'ezierGAN: Automatic Generation of Smooth Curves from Interpretable Low-Dimensional Parameters'"
|
303 |
],
|
304 |
+
"PlotMap πΊοΈ": [
|
305 |
+
"Automated game world layout design",
|
306 |
+
"Uses reinforcement learning to place plot elements",
|
307 |
+
"Considers spatial constraints from story",
|
308 |
+
"Enables procedural content generation for games",
|
309 |
+
"Handles multi-modal inputs (images, locations, text)",
|
310 |
+
"From the paper 'PlotMap: Automated Layout Design for Building Game Worlds'"
|
311 |
],
|
312 |
+
"ShipGen β": [
|
313 |
+
"Diffusion model for parametric ship hull generation",
|
314 |
+
"Considers multiple objectives and constraints",
|
315 |
+
"Generates tabular parametric design vectors",
|
316 |
+
"Uses classifier guidance to improve hull quality",
|
317 |
+
"Reduces design time and generates high-performing hulls",
|
318 |
+
"From the paper 'ShipGen: A Diffusion Model for Parametric Ship Hull Generation with Multiple Objectives and Constraints'"
|
319 |
],
|
320 |
+
"Ship-D π": [
|
321 |
+
"Large dataset of ship hulls for machine learning",
|
322 |
+
"30,000 hulls with design and performance data",
|
323 |
+
"Includes parameterization, mesh, point cloud, images",
|
324 |
+
"Measures hydrodynamic drag under different conditions",
|
325 |
+
"Enables data-driven ship design optimization",
|
326 |
+
"From the paper 'Ship-D: Ship Hull Dataset for Design Optimization using Machine Learning'"
|
327 |
+
]
|
328 |
+
},
|
329 |
+
"π Exploring the Universe":{
|
330 |
+
"Cosmos πͺ": [
|
331 |
+
"Object-centric world modeling framework",
|
332 |
+
"Designed for compositional generalization",
|
333 |
+
"Uses neurosymbolic grounding",
|
334 |
+
"Neurosymbolic scene encodings and attention mechanism",
|
335 |
+
"Computes symbolic attributes using vision-language models",
|
336 |
+
"From the paper 'Neurosymbolic Grounding for Compositional World Models'"
|
337 |
],
|
338 |
+
"Active World Model Learning π": [
|
339 |
+
"Curiosity-driven exploration for world model learning",
|
340 |
+
"Constructs agent to visually explore 3D environment",
|
341 |
+
"Uses progress-based curiosity signal ($\gamma$-Progress)",
|
342 |
+
"Overcomes 'white noise problem' in exploration",
|
343 |
+
"Outperforms baseline exploration strategies",
|
344 |
+
"From the paper 'Active World Model Learning with Progress Curiosity'"
|
345 |
],
|
346 |
+
"Probabilistic Worldbuilding π²": [
|
347 |
+
"Symbolic Bayesian model for semantic parsing and reasoning",
|
348 |
+
"Aims for general natural language understanding",
|
349 |
+
"Expresses meaning in human-readable formal language",
|
350 |
+
"Designed to generalize to new domains and tasks",
|
351 |
+
"Outperforms baselines on out-of-domain question answering",
|
352 |
+
"From the paper 'Towards General Natural Language Understanding with Probabilistic Worldbuilding'"
|
353 |
+
],
|
354 |
+
"Language-Guided World Models π¬": [
|
355 |
+
"Capture environment dynamics from language descriptions",
|
356 |
+
"Allow efficient communication and control",
|
357 |
+
"Enable self-learning from human instruction texts",
|
358 |
+
"Tested on challenging benchmark requiring generalization",
|
359 |
+
"Improves interpretability and safety via generated plans",
|
360 |
+
"From the paper 'Language-Guided World Models: A Model-Based Approach to AI Control'"
|
361 |
+
|
362 |
]
|
363 |
}
|
364 |
}
|