๐Ÿ›๏ธ ShopRLVE-GYM โ€” Interactive Demo

You are the AI agent. A simulated customer will ask for help finding products. Use the available tools to search the catalog, then submit your recommendation.

Flow: Reset โ†’ Read customer message โ†’ Use tools โ†’ Write response โ†’ Submit answer โ†’ See reward

The environment has 2M real Amazon products indexed with FAISS HNSW + gte-small embeddings.

Click Reset to start a new episode.

๐Ÿ”ง Tools

Select Tool

catalog.search โ€” ๐Ÿ” Search products by query + optional filters

  • query (โœฑ required) โ€” Search query
  • top_k (optional, default=20) โ€” Number of results (1-500)
  • filters (optional) โ€” Filters JSON e.g. {"price_max":50}